Html Css Color HEX #C29597 Careys Pink

📋 copy color: '#C29597'

red 194 ◦ green 149 ◦ blue 151

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

Shades of Careys Pink #C29597

Tints of Careys Pink #C29597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.57%

R = 39.27%
G = 30.16%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C29597 (or 0xC29597) is known color: Careys Pink. HEX triplet: C2, 95 and 97. RGB value is (194,149,151). Sum of RGB (Red+Green+Blue) = 194+149+151=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29597 is #3D6A68. Grayscale: #A2A2A2. Windows color (decimal): -4024937 or 9934274. OLE color: 9934274.

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

Color convert

RGB 194 149 151 -
CMYK 0 0.23 0.22 0.24
HSL 357.33º 0.27% 0.67% -
HSV(B) 357.33º 0.23% 0.76% -
XYZ 38.58 35.2 34.04 -
YUV 162.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 194 149 151 0 0.23 0.22 0.24 357.33 0.27 0.67
Hex C2 95 97 0 17 16 18 165 1B 43
Octal 302 225 227 0 27 26 30 545 33 103
Binary 11000010 10010101 10010111 0 10111 10110 11000 101100101 11011 1000011

Color Harmonies of #C29597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29597

Black with #C29597

Text Example


Text Example

White with #C29597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29597; }

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

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

background-color css

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

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

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

border-color css

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

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

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