Html Css Color HEX #C6CFA9 Pale Leaf

📋 copy color: '#C6CFA9'

red 198 ◦ green 207 ◦ blue 169

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

Shades of Pale Leaf #C6CFA9

Tints of Pale Leaf #C6CFA9

RGB

 RED value IS 198 (77.73% from 255) = 34.49%

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

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

R = 34.49%
G = 36.06%
B = 29.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#C6CFA9 (or 0xC6CFA9) is known color: Pale Leaf. HEX triplet: C6, CF and A9. RGB value is (198,207,169). Sum of RGB (Red+Green+Blue) = 198+207+169=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CFA9 is #393056. Grayscale: #C8C8C8. Windows color (decimal): -3747927 or 11128774. OLE color: 11128774.

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

Color convert

RGB 198 207 169 -
CMYK 0.04 0 0.18 0.19
HSL 74.21º 0.28% 0.74% -
HSV(B) 74.21º 0.18% 0.81% -
XYZ 52.76 59.5 46.24 -
YUV 199.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 198 207 169 0.04 0 0.18 0.19 74.21 0.28 0.74
Hex C6 CF A9 4 0 12 13 4A 1C 4A
Octal 306 317 251 4 0 22 23 112 34 112
Binary 11000110 11001111 10101001 100 0 10010 10011 1001010 11100 1001010

Color Harmonies of #C6CFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFA9

Black with #C6CFA9

Text Example


Text Example

White with #C6CFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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