Html Css Color HEX #C09697 Careys Pink

📋 copy color: '#C09697'

red 192 ◦ green 150 ◦ blue 151

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

Shades of Careys Pink #C09697

Tints of Careys Pink #C09697

RGB

 RED value IS 192 (75.39% from 255) = 38.95%

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

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

R = 38.95%
G = 30.43%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C09697 (or 0xC09697) is known color: Careys Pink. HEX triplet: C0, 96 and 97. RGB value is (192,150,151). Sum of RGB (Red+Green+Blue) = 192+150+151=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09697 is #3F6968. Grayscale: #A2A2A2. Windows color (decimal): -4155753 or 9934528. OLE color: 9934528.

HSL color Cylindrical-coordinate representation of color #C09697: hue angle of 358.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09697 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 151 -
CMYK 0 0.22 0.21 0.25
HSL 358.57º 0.25% 0.67% -
HSV(B) 358.57º 0.22% 0.75% -
XYZ 38.23 35.25 34.07 -
YUV 162.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 192 150 151 0 0.22 0.21 0.25 358.57 0.25 0.67
Hex C0 96 97 0 16 15 19 167 19 43
Octal 300 226 227 0 26 25 31 547 31 103
Binary 11000000 10010110 10010111 0 10110 10101 11001 101100111 11001 1000011

Color Harmonies of #C09697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09697

Black with #C09697

Text Example


Text Example

White with #C09697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09697; }

 p { color: rgb(192,150,151); }

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

background-color css

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

 a { background-color: rgb(192,150,151); }

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

border-color css

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

 span { border-color: rgb(192,150,151); }

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