Html Css Color HEX #C2CEAE Pale Leaf

📋 copy color: '#C2CEAE'

red 194 ◦ green 206 ◦ blue 174

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

Shades of Pale Leaf #C2CEAE

Tints of Pale Leaf #C2CEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.31%

R = 33.8%
G = 35.89%
B = 30.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C2CEAE (or 0xC2CEAE) is known color: Pale Leaf. HEX triplet: C2, CE and AE. RGB value is (194,206,174). Sum of RGB (Red+Green+Blue) = 194+206+174=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAE is #3D3151. Grayscale: #C6C6C6. Windows color (decimal): -4010322 or 11456194. OLE color: 11456194.

HSL color Cylindrical-coordinate representation of color #C2CEAE: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CEAE is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 174 -
CMYK 0.06 0 0.16 0.19
HSL 82.5º 0.25% 0.75% -
HSV(B) 82.5º 0.16% 0.81% -
XYZ 51.96 58.67 48.63 -
YUV 198.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 194 206 174 0.06 0 0.16 0.19 82.5 0.25 0.75
Hex C2 CE AE 6 0 10 13 52 19 4B
Octal 302 316 256 6 0 20 23 122 31 113
Binary 11000010 11001110 10101110 110 0 10000 10011 1010010 11001 1001011

Color Harmonies of #C2CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEAE

Black with #C2CEAE

Text Example


Text Example

White with #C2CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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