Html Css Color HEX #C6CDAA Pale Leaf

📋 copy color: '#C6CDAA'

red 198 ◦ green 205 ◦ blue 170

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

Shades of Pale Leaf #C6CDAA

Tints of Pale Leaf #C6CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.78%

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

R = 34.55%
G = 35.78%
B = 29.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#C6CDAA (or 0xC6CDAA) is known color: Pale Leaf. HEX triplet: C6, CD and AA. RGB value is (198,205,170). Sum of RGB (Red+Green+Blue) = 198+205+170=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CDAA is #393255. Grayscale: #C7C7C7. Windows color (decimal): -3748438 or 11193798. OLE color: 11193798.

HSL color Cylindrical-coordinate representation of color #C6CDAA: hue angle of 72º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6CDAA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 170 -
CMYK 0.03 0 0.17 0.20
HSL 72º 0.26% 0.74% -
HSV(B) 72º 0.17% 0.8% -
XYZ 52.38 58.57 46.57 -
YUV 198.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 198 205 170 0.03 0 0.17 0.20 72 0.26 0.74
Hex C6 CD AA 3 0 11 14 48 1A 4A
Octal 306 315 252 3 0 21 24 110 32 112
Binary 11000110 11001101 10101010 11 0 10001 10100 1001000 11010 1001010

Color Harmonies of #C6CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDAA

Black with #C6CDAA

Text Example


Text Example

White with #C6CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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