Html Css Color HEX #C0CAAF Pale Leaf

📋 copy color: '#C0CAAF'

red 192 ◦ green 202 ◦ blue 175

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

Shades of Pale Leaf #C0CAAF

Tints of Pale Leaf #C0CAAF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.5%

 BLUE value IS 175 (68.75% from 255) = 30.76%

R = 33.74%
G = 35.5%
B = 30.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C0CAAF (or 0xC0CAAF) is known color: Pale Leaf. HEX triplet: C0, CA and AF. RGB value is (192,202,175). Sum of RGB (Red+Green+Blue) = 192+202+175=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAAF is #3F3550. Grayscale: #C4C4C4. Windows color (decimal): -4142417 or 11520704. OLE color: 11520704.

HSL color Cylindrical-coordinate representation of color #C0CAAF: hue angle of 82.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CAAF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 175 -
CMYK 0.05 0 0.13 0.21
HSL 82.22º 0.2% 0.74% -
HSV(B) 82.22º 0.13% 0.79% -
XYZ 50.6 56.54 48.8 -
YUV 195.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 192 202 175 0.05 0 0.13 0.21 82.22 0.2 0.74
Hex C0 CA AF 5 0 D 15 52 14 4A
Octal 300 312 257 5 0 15 25 122 24 112
Binary 11000000 11001010 10101111 101 0 1101 10101 1010010 10100 1001010

Color Harmonies of #C0CAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAAF

Black with #C0CAAF

Text Example


Text Example

White with #C0CAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAAF; }

 p { color: rgb(192,202,175); }

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

background-color css

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

 a { background-color: rgb(192,202,175); }

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

border-color css

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

 span { border-color: rgb(192,202,175); }

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