Html Css Color HEX #C6D0AF Pale Leaf

📋 copy color: '#C6D0AF'

red 198 ◦ green 208 ◦ blue 175

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

Shades of Pale Leaf #C6D0AF

Tints of Pale Leaf #C6D0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

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

R = 34.08%
G = 35.8%
B = 30.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#C6D0AF (or 0xC6D0AF) is known color: Pale Leaf. HEX triplet: C6, D0 and AF. RGB value is (198,208,175). Sum of RGB (Red+Green+Blue) = 198+208+175=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D0AF is #392F50. Grayscale: #C9C9C9. Windows color (decimal): -3747665 or 11522246. OLE color: 11522246.

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

Color convert

RGB 198 208 175 -
CMYK 0.05 0 0.16 0.18
HSL 78.18º 0.26% 0.75% -
HSV(B) 78.18º 0.16% 0.82% -
XYZ 53.58 60.21 49.36 -
YUV 201.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 198 208 175 0.05 0 0.16 0.18 78.18 0.26 0.75
Hex C6 D0 AF 5 0 10 12 4E 1A 4B
Octal 306 320 257 5 0 20 22 116 32 113
Binary 11000110 11010000 10101111 101 0 10000 10010 1001110 11010 1001011

Color Harmonies of #C6D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D0AF

Black with #C6D0AF

Text Example


Text Example

White with #C6D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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