Html Css Color HEX #C0CBAA Pale Leaf

📋 copy color: '#C0CBAA'

red 192 ◦ green 203 ◦ blue 170

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

Shades of Pale Leaf #C0CBAA

Tints of Pale Leaf #C0CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 33.98%
G = 35.93%
B = 30.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#C0CBAA (or 0xC0CBAA) is known color: Pale Leaf. HEX triplet: C0, CB and AA. RGB value is (192,203,170). Sum of RGB (Red+Green+Blue) = 192+203+170=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAA is #3F3455. Grayscale: #C4C4C4. Windows color (decimal): -4142166 or 11193280. OLE color: 11193280.

HSL color Cylindrical-coordinate representation of color #C0CBAA: hue angle of 80º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CBAA is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 203 170 -
CMYK 0.05 0 0.16 0.20
HSL 80º 0.24% 0.73% -
HSV(B) 80º 0.16% 0.8% -
XYZ 50.35 56.82 46.34 -
YUV 195.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 192 203 170 0.05 0 0.16 0.20 80 0.24 0.73
Hex C0 CB AA 5 0 10 14 50 18 49
Octal 300 313 252 5 0 20 24 120 30 111
Binary 11000000 11001011 10101010 101 0 10000 10100 1010000 11000 1001001

Color Harmonies of #C0CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBAA

Black with #C0CBAA

Text Example


Text Example

White with #C0CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBAA; }

 p { color: rgb(192,203,170); }

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

background-color css

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

 a { background-color: rgb(192,203,170); }

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

border-color css

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

 span { border-color: rgb(192,203,170); }

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