Html Css Color HEX #C6CFAF Pale Leaf

📋 copy color: '#C6CFAF'

red 198 ◦ green 207 ◦ blue 175

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

Shades of Pale Leaf #C6CFAF

Tints of Pale Leaf #C6CFAF

RGB

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

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

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

R = 34.14%
G = 35.69%
B = 30.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#C6CFAF (or 0xC6CFAF) is known color: Pale Leaf. HEX triplet: C6, CF and AF. RGB value is (198,207,175). Sum of RGB (Red+Green+Blue) = 198+207+175=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CFAF is #393050. Grayscale: #C8C8C8. Windows color (decimal): -3747921 or 11521990. OLE color: 11521990.

HSL color Cylindrical-coordinate representation of color #C6CFAF: hue angle of 76.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CFAF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 207 175 -
CMYK 0.04 0 0.15 0.19
HSL 76.88º 0.25% 0.75% -
HSV(B) 76.88º 0.15% 0.81% -
XYZ 53.34 59.73 49.27 -
YUV 200.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 198 207 175 0.04 0 0.15 0.19 76.88 0.25 0.75
Hex C6 CF AF 4 0 F 13 4D 19 4B
Octal 306 317 257 4 0 17 23 115 31 113
Binary 11000110 11001111 10101111 100 0 1111 10011 1001101 11001 1001011

Color Harmonies of #C6CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFAF

Black with #C6CFAF

Text Example


Text Example

White with #C6CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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