Html Css Color HEX #C8D6A6 Pale Leaf

📋 copy color: '#C8D6A6'

red 200 ◦ green 214 ◦ blue 166

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

Shades of Pale Leaf #C8D6A6

Tints of Pale Leaf #C8D6A6

RGB

 RED value IS 200 (78.52% from 255) = 34.48%

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

 BLUE value IS 166 (65.23% from 255) = 28.62%

R = 34.48%
G = 36.9%
B = 28.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#C8D6A6 (or 0xC8D6A6) is known color: Pale Leaf. HEX triplet: C8, D6 and A6. RGB value is (200,214,166). Sum of RGB (Red+Green+Blue) = 200+214+166=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D6A6 is #372959. Grayscale: #CCCCCC. Windows color (decimal): -3615066 or 10933960. OLE color: 10933960.

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

Color convert

RGB 200 214 166 -
CMYK 0.07 0 0.22 0.16
HSL 77.5º 0.37% 0.75% -
HSV(B) 77.5º 0.22% 0.84% -
XYZ 54.75 63.13 45.38 -
YUV 204.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 200 214 166 0.07 0 0.22 0.16 77.5 0.37 0.75
Hex C8 D6 A6 7 0 16 10 4E 25 4B
Octal 310 326 246 7 0 26 20 116 45 113
Binary 11001000 11010110 10100110 111 0 10110 10000 1001110 100101 1001011

Color Harmonies of #C8D6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D6A6

Black with #C8D6A6

Text Example


Text Example

White with #C8D6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D6A6; }

 p { color: rgb(200,214,166); }

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

background-color css

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

 a { background-color: rgb(200,214,166); }

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

border-color css

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

 span { border-color: rgb(200,214,166); }

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