Html Css Color HEX #C29196 Careys Pink

📋 copy color: '#C29196'

red 194 ◦ green 145 ◦ blue 150

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

Shades of Careys Pink #C29196

Tints of Careys Pink #C29196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.65%

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

R = 39.67%
G = 29.65%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29196 (or 0xC29196) is known color: Careys Pink. HEX triplet: C2, 91 and 96. RGB value is (194,145,150). Sum of RGB (Red+Green+Blue) = 194+145+150=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C29196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29196 is #3D6E69. Grayscale: #A0A0A0. Windows color (decimal): -4025962 or 9867714. OLE color: 9867714.

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

Color convert

RGB 194 145 150 -
CMYK 0 0.25 0.23 0.24
HSL 353.88º 0.29% 0.66% -
HSV(B) 353.88º 0.25% 0.76% -
XYZ 37.88 33.92 33.41 -
YUV 160.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 194 145 150 0 0.25 0.23 0.24 353.88 0.29 0.66
Hex C2 91 96 0 19 17 18 162 1D 42
Octal 302 221 226 0 31 27 30 542 35 102
Binary 11000010 10010001 10010110 0 11001 10111 11000 101100010 11101 1000010

Color Harmonies of #C29196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29196

Black with #C29196

Text Example


Text Example

White with #C29196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29196; }

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

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

background-color css

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

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

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

border-color css

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

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

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