Html Css Color HEX #C29596 Careys Pink

📋 copy color: '#C29596'

red 194 ◦ green 149 ◦ blue 150

#C29596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #C29596

Tints of Careys Pink #C29596

RGB

 RED value IS 194 (76.17% from 255) = 39.35%

 GREEN value IS 149 (58.59% from 255) = 30.22%

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 39.35%
G = 30.22%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29596 (or 0xC29596) is known color: Careys Pink. HEX triplet: C2, 95 and 96. RGB value is (194,149,150). Sum of RGB (Red+Green+Blue) = 194+149+150=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29596 is #3D6A69. Grayscale: #A2A2A2. Windows color (decimal): -4024938 or 9868738. OLE color: 9868738.

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

Color convert

RGB 194 149 150 -
CMYK 0 0.23 0.23 0.24
HSL 358.67º 0.27% 0.67% -
HSV(B) 358.67º 0.23% 0.76% -
XYZ 38.5 35.17 33.61 -
YUV 162.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 194 149 150 0 0.23 0.23 0.24 358.67 0.27 0.67
Hex C2 95 96 0 17 17 18 167 1B 43
Octal 302 225 226 0 27 27 30 547 33 103
Binary 11000010 10010101 10010110 0 10111 10111 11000 101100111 11011 1000011

Color Harmonies of #C29596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29596

Black with #C29596

Text Example


Text Example

White with #C29596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29596; }

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

 H1.HeaderClassName
 {
   color: #C29596;
 }
 .AnyTagClassName
 {
   color: #C29596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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