#C29496

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

Shades of Careys Pink #C29496

Tints of Careys Pink #C29496

Color information

#C29496 (or 0xC29496) is unknown color: approx Careys Pink. HEX triplet: C2, 94 and 96. RGB value is (194,148,150). Sum of RGB (Red+Green+Blue) = 194+148+150=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29496 is #3D6B69. Grayscale: #A2A2A2. Windows color (decimal): -4025194 or 9868482. OLE color: 9868482.

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

Color convert

RGB194148150-
CMYK00.240.230.24
HSL357.39º27.38%67.06%-
HSV(B)357.39º23.71%76.08%-
XYZ38.3434.8533.56-
YUV161.98121.24150.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=39.43%
G=30.08%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414815000.240.230.24357.3927.3867.06
HexC2949601817181651b43
Octal302224226030273054533103
Binary1100001010010100100101100110001011111000101100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29496; }

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

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

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

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

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

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

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

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