Html Css Color HEX #C6D6A5 Pale Leaf

📋 copy color: '#C6D6A5'

red 198 ◦ green 214 ◦ blue 165

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

Shades of Pale Leaf #C6D6A5

Tints of Pale Leaf #C6D6A5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

 BLUE value IS 165 (64.84% from 255) = 28.6%

R = 34.32%
G = 37.09%
B = 28.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#C6D6A5 (or 0xC6D6A5) is known color: Pale Leaf. HEX triplet: C6, D6 and A5. RGB value is (198,214,165). Sum of RGB (Red+Green+Blue) = 198+214+165=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D6A5 is #39295A. Grayscale: #CBCBCB. Windows color (decimal): -3746139 or 10868422. OLE color: 10868422.

HSL color Cylindrical-coordinate representation of color #C6D6A5: hue angle of 79.59º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6D6A5 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 214 165 -
CMYK 0.07 0 0.23 0.16
HSL 79.59º 0.37% 0.74% -
HSV(B) 79.59º 0.23% 0.84% -
XYZ 54.13 62.82 44.87 -
YUV 203.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 198 214 165 0.07 0 0.23 0.16 79.59 0.37 0.74
Hex C6 D6 A5 7 0 17 10 50 25 4A
Octal 306 326 245 7 0 27 20 120 45 112
Binary 11000110 11010110 10100101 111 0 10111 10000 1010000 100101 1001010

Color Harmonies of #C6D6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D6A5

Black with #C6D6A5

Text Example


Text Example

White with #C6D6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D6A5; }

 p { color: rgb(198,214,165); }

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

background-color css

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

 a { background-color: rgb(198,214,165); }

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

border-color css

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

 span { border-color: rgb(198,214,165); }

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