#C29698

Color #C29698 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C29698

Tints of Careys Pink #C29698

Color information

#C29698 (or 0xC29698) is unknown color: approx Careys Pink. HEX triplet: C2, 96 and 98. RGB value is (194,150,152). Sum of RGB (Red+Green+Blue) = 194+150+152=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C29698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29698 is #3D6967. Grayscale: #A3A3A3. Windows color (decimal): -4024680 or 10000066. OLE color: 10000066.

HSL color Cylindrical-coordinate representation of color #C29698: hue angle of 357.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29698 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194150152-
CMYK00.230.220.24
HSL357.27º26.51%67.45%-
HSV(B)357.27º22.68%76.08%-
XYZ38.8235.5534.52-
YUV163.38121.58149.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=39.11%
G=30.24%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415015200.230.220.24357.2726.5167.45
HexC2969801716181651b43
Octal302226230027263054533103
Binary1100001010010110100110000101111011011000101100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29698; }

 p { color: rgb(194,150,152); }

 H1.HeaderClassName
 {
   color: #C29698;
 }
 .AnyTagClassName
 {
   color: #C29698;
 }
</style>
background-color css

<style>
 a { background-color: #C29698; }

 a { background-color: rgb(194,150,152); }

 div.DivClassName
 {
   background-color: #C29698;
 }
 .BgClassName
 {
   background-color: #C29698;
 }
</style>
border-color css

<style>
 span { border-color: #C29698; }

 span { border-color: rgb(194,150,152); }

 td.TdClassName
 {
   border-color: #C29698;
 }
 .TagClassName
 {
   border-color: #C29698;
 }
</style>