Html Css Color HEX #C6CEAA Pale Leaf

📋 copy color: '#C6CEAA'

red 198 ◦ green 206 ◦ blue 170

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

Shades of Pale Leaf #C6CEAA

Tints of Pale Leaf #C6CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.89%

 BLUE value IS 170 (66.8% from 255) = 29.62%

R = 34.49%
G = 35.89%
B = 29.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C6CEAA (or 0xC6CEAA) is known color: Pale Leaf. HEX triplet: C6, CE and AA. RGB value is (198,206,170). Sum of RGB (Red+Green+Blue) = 198+206+170=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEAA is #393155. Grayscale: #C7C7C7. Windows color (decimal): -3748182 or 11194054. OLE color: 11194054.

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

Color convert

RGB 198 206 170 -
CMYK 0.04 0 0.17 0.19
HSL 73.33º 0.27% 0.74% -
HSV(B) 73.33º 0.17% 0.81% -
XYZ 52.62 59.05 46.65 -
YUV 199.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 198 206 170 0.04 0 0.17 0.19 73.33 0.27 0.74
Hex C6 CE AA 4 0 11 13 49 1B 4A
Octal 306 316 252 4 0 21 23 111 33 112
Binary 11000110 11001110 10101010 100 0 10001 10011 1001001 11011 1001010

Color Harmonies of #C6CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEAA

Black with #C6CEAA

Text Example


Text Example

White with #C6CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEAA; }

 p { color: rgb(198,206,170); }

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

background-color css

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

 a { background-color: rgb(198,206,170); }

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

border-color css

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

 span { border-color: rgb(198,206,170); }

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