Html Css Color HEX #C2CEAC Pale Leaf

📋 copy color: '#C2CEAC'

red 194 ◦ green 206 ◦ blue 172

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

Shades of Pale Leaf #C2CEAC

Tints of Pale Leaf #C2CEAC

RGB

 RED value IS 194 (76.17% from 255) = 33.92%

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

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

R = 33.92%
G = 36.01%
B = 30.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C2CEAC (or 0xC2CEAC) is known color: Pale Leaf. HEX triplet: C2, CE and AC. RGB value is (194,206,172). Sum of RGB (Red+Green+Blue) = 194+206+172=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAC is #3D3153. Grayscale: #C6C6C6. Windows color (decimal): -4010324 or 11325122. OLE color: 11325122.

HSL color Cylindrical-coordinate representation of color #C2CEAC: hue angle of 81.18º 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 #C2CEAC is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 172 -
CMYK 0.06 0 0.17 0.19
HSL 81.18º 0.26% 0.74% -
HSV(B) 81.18º 0.17% 0.81% -
XYZ 51.77 58.59 47.61 -
YUV 198.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 194 206 172 0.06 0 0.17 0.19 81.18 0.26 0.74
Hex C2 CE AC 6 0 11 13 51 1A 4A
Octal 302 316 254 6 0 21 23 121 32 112
Binary 11000010 11001110 10101100 110 0 10001 10011 1010001 11010 1001010

Color Harmonies of #C2CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEAC

Black with #C2CEAC

Text Example


Text Example

White with #C2CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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