Html Css Color HEX #C6CEAC Pale Leaf

📋 copy color: '#C6CEAC'

red 198 ◦ green 206 ◦ blue 172

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

Shades of Pale Leaf #C6CEAC

Tints of Pale Leaf #C6CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 34.38%
G = 35.76%
B = 29.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C6CEAC (or 0xC6CEAC) is known color: Pale Leaf. HEX triplet: C6, CE and AC. RGB value is (198,206,172). Sum of RGB (Red+Green+Blue) = 198+206+172=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEAC is #393153. Grayscale: #C7C7C7. Windows color (decimal): -3748180 or 11325126. OLE color: 11325126.

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

Color convert

RGB 198 206 172 -
CMYK 0.04 0 0.17 0.19
HSL 74.12º 0.26% 0.74% -
HSV(B) 74.12º 0.17% 0.81% -
XYZ 52.81 59.13 47.66 -
YUV 199.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 198 206 172 0.04 0 0.17 0.19 74.12 0.26 0.74
Hex C6 CE AC 4 0 11 13 4A 1A 4A
Octal 306 316 254 4 0 21 23 112 32 112
Binary 11000110 11001110 10101100 100 0 10001 10011 1001010 11010 1001010

Color Harmonies of #C6CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEAC

Black with #C6CEAC

Text Example


Text Example

White with #C6CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEAC; }

 p { color: rgb(198,206,172); }

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

background-color css

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

 a { background-color: rgb(198,206,172); }

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

border-color css

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

 span { border-color: rgb(198,206,172); }

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