Html Css Color HEX #C2CFAD Pale Leaf

📋 copy color: '#C2CFAD'

red 194 ◦ green 207 ◦ blue 173

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

Shades of Pale Leaf #C2CFAD

Tints of Pale Leaf #C2CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

 BLUE value IS 173 (67.97% from 255) = 30.14%

R = 33.8%
G = 36.06%
B = 30.14%

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

#C2CFAD (or 0xC2CFAD) is known color: Pale Leaf. HEX triplet: C2, CF and AD. RGB value is (194,207,173). Sum of RGB (Red+Green+Blue) = 194+207+173=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CFAD is #3D3052. Grayscale: #C7C7C7. Windows color (decimal): -4010067 or 11390914. OLE color: 11390914.

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

Color convert

RGB 194 207 173 -
CMYK 0.06 0 0.16 0.19
HSL 82.94º 0.26% 0.75% -
HSV(B) 82.94º 0.16% 0.81% -
XYZ 52.1 59.11 48.2 -
YUV 199.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 194 207 173 0.06 0 0.16 0.19 82.94 0.26 0.75
Hex C2 CF AD 6 0 10 13 53 1A 4B
Octal 302 317 255 6 0 20 23 123 32 113
Binary 11000010 11001111 10101101 110 0 10000 10011 1010011 11010 1001011

Color Harmonies of #C2CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFAD

Black with #C2CFAD

Text Example


Text Example

White with #C2CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFAD; }

 p { color: rgb(194,207,173); }

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

background-color css

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

 a { background-color: rgb(194,207,173); }

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

border-color css

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

 span { border-color: rgb(194,207,173); }

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