Html Css Color HEX #C6CDAB Pale Leaf

📋 copy color: '#C6CDAB'

red 198 ◦ green 205 ◦ blue 171

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

Shades of Pale Leaf #C6CDAB

Tints of Pale Leaf #C6CDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.79%

R = 34.49%
G = 35.71%
B = 29.79%

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

#C6CDAB (or 0xC6CDAB) is known color: Pale Leaf. HEX triplet: C6, CD and AB. RGB value is (198,205,171). Sum of RGB (Red+Green+Blue) = 198+205+171=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CDAB is #393254. Grayscale: #C7C7C7. Windows color (decimal): -3748437 or 11259334. OLE color: 11259334.

HSL color Cylindrical-coordinate representation of color #C6CDAB: hue angle of 72.35º degrees, saturation: 0.25, 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 #C6CDAB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 171 -
CMYK 0.03 0 0.17 0.20
HSL 72.35º 0.25% 0.74% -
HSV(B) 72.35º 0.17% 0.8% -
XYZ 52.47 58.61 47.08 -
YUV 199.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 198 205 171 0.03 0 0.17 0.20 72.35 0.25 0.74
Hex C6 CD AB 3 0 11 14 48 19 4A
Octal 306 315 253 3 0 21 24 110 31 112
Binary 11000110 11001101 10101011 11 0 10001 10100 1001000 11001 1001010

Color Harmonies of #C6CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDAB

Black with #C6CDAB

Text Example


Text Example

White with #C6CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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