Html Css Color HEX #C6CFAE Pale Leaf

📋 copy color: '#C6CFAE'

red 198 ◦ green 207 ◦ blue 174

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

Shades of Pale Leaf #C6CFAE

Tints of Pale Leaf #C6CFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.05%

R = 34.2%
G = 35.75%
B = 30.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C6CFAE (or 0xC6CFAE) is known color: Pale Leaf. HEX triplet: C6, CF and AE. RGB value is (198,207,174). Sum of RGB (Red+Green+Blue) = 198+207+174=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CFAE is #393051. Grayscale: #C8C8C8. Windows color (decimal): -3747922 or 11456454. OLE color: 11456454.

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

Color convert

RGB 198 207 174 -
CMYK 0.04 0 0.16 0.19
HSL 76.36º 0.26% 0.75% -
HSV(B) 76.36º 0.16% 0.81% -
XYZ 53.24 59.69 48.76 -
YUV 200.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 198 207 174 0.04 0 0.16 0.19 76.36 0.26 0.75
Hex C6 CF AE 4 0 10 13 4C 1A 4B
Octal 306 317 256 4 0 20 23 114 32 113
Binary 11000110 11001111 10101110 100 0 10000 10011 1001100 11010 1001011

Color Harmonies of #C6CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFAE

Black with #C6CFAE

Text Example


Text Example

White with #C6CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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