#C29599

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

Shades of Careys Pink #C29599

Tints of Careys Pink #C29599

Color information

#C29599 (or 0xC29599) is unknown color: approx Careys Pink. HEX triplet: C2, 95 and 99. RGB value is (194,149,153). Sum of RGB (Red+Green+Blue) = 194+149+153=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C29599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29599 is #3D6A66. Grayscale: #A2A2A2. Windows color (decimal): -4024935 or 10065346. OLE color: 10065346.

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

Color convert

RGB194149153-
CMYK00.230.210.24
HSL354.67º26.95%67.25%-
HSV(B)354.67º23.2%76.08%-
XYZ38.7535.2634.9-
YUV162.91122.41150.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=39.11%
G=30.04%
B=30.85%

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
Decimal19414915300.230.210.24354.6726.9567.25
HexC2959901715181631b43
Octal302225231027253054333103
Binary1100001010010101100110010101111010111000101100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29599; }

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

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

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

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

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

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

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

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