Html Css Color HEX #C0CFAA Pale Leaf

📋 copy color: '#C0CFAA'

red 192 ◦ green 207 ◦ blue 170

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

Shades of Pale Leaf #C0CFAA

Tints of Pale Leaf #C0CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.38%

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

R = 33.74%
G = 36.38%
B = 29.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#C0CFAA (or 0xC0CFAA) is known color: Pale Leaf. HEX triplet: C0, CF and AA. RGB value is (192,207,170). Sum of RGB (Red+Green+Blue) = 192+207+170=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CFAA is #3F3055. Grayscale: #C6C6C6. Windows color (decimal): -4141142 or 11194304. OLE color: 11194304.

HSL color Cylindrical-coordinate representation of color #C0CFAA: hue angle of 84.32º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0CFAA is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 207 170 -
CMYK 0.07 0 0.18 0.19
HSL 84.32º 0.28% 0.74% -
HSV(B) 84.32º 0.18% 0.81% -
XYZ 51.31 58.73 46.66 -
YUV 198.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 192 207 170 0.07 0 0.18 0.19 84.32 0.28 0.74
Hex C0 CF AA 7 0 12 13 54 1C 4A
Octal 300 317 252 7 0 22 23 124 34 112
Binary 11000000 11001111 10101010 111 0 10010 10011 1010100 11100 1001010

Color Harmonies of #C0CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFAA

Black with #C0CFAA

Text Example


Text Example

White with #C0CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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