Html Css Color HEX #C0CFA9 Pale Leaf

📋 copy color: '#C0CFA9'

red 192 ◦ green 207 ◦ blue 169

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

Shades of Pale Leaf #C0CFA9

Tints of Pale Leaf #C0CFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.75%

R = 33.8%
G = 36.44%
B = 29.75%

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

#C0CFA9 (or 0xC0CFA9) is known color: Pale Leaf. HEX triplet: C0, CF and A9. RGB value is (192,207,169). Sum of RGB (Red+Green+Blue) = 192+207+169=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CFA9 is #3F3056. Grayscale: #C6C6C6. Windows color (decimal): -4141143 or 11128768. OLE color: 11128768.

HSL color Cylindrical-coordinate representation of color #C0CFA9: hue angle of 83.68º 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 #C0CFA9 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 207 169 -
CMYK 0.07 0 0.18 0.19
HSL 83.68º 0.28% 0.74% -
HSV(B) 83.68º 0.18% 0.81% -
XYZ 51.21 58.7 46.17 -
YUV 198.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 192 207 169 0.07 0 0.18 0.19 83.68 0.28 0.74
Hex C0 CF A9 7 0 12 13 54 1C 4A
Octal 300 317 251 7 0 22 23 124 34 112
Binary 11000000 11001111 10101001 111 0 10010 10011 1010100 11100 1001010

Color Harmonies of #C0CFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFA9

Black with #C0CFA9

Text Example


Text Example

White with #C0CFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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