#C29699

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

Shades of Careys Pink #C29699

Tints of Careys Pink #C29699

Color information

#C29699 (or 0xC29699) is unknown color: approx Careys Pink. HEX triplet: C2, 96 and 99. RGB value is (194,150,153). Sum of RGB (Red+Green+Blue) = 194+150+153=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C29699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29699 is #3D6966. Grayscale: #A3A3A3. Windows color (decimal): -4024679 or 10065602. OLE color: 10065602.

HSL color Cylindrical-coordinate representation of color #C29699: hue angle of 355.91º 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 #C29699 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB194150153-
CMYK00.230.210.24
HSL355.91º26.51%67.45%-
HSV(B)355.91º22.68%76.08%-
XYZ38.935.5834.95-
YUV163.5122.08149.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=39.03%
G=30.18%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415015300.230.210.24355.9126.5167.45
HexC2969901715181641b43
Octal302226231027253054433103
Binary1100001010010110100110010101111010111000101100100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29699; }

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

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

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

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

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

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

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

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