Html Css Color HEX #C2CCAD Pale Leaf

📋 copy color: '#C2CCAD'

red 194 ◦ green 204 ◦ blue 173

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

Shades of Pale Leaf #C2CCAD

Tints of Pale Leaf #C2CCAD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

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

R = 33.98%
G = 35.73%
B = 30.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#C2CCAD (or 0xC2CCAD) is known color: Pale Leaf. HEX triplet: C2, CC and AD. RGB value is (194,204,173). Sum of RGB (Red+Green+Blue) = 194+204+173=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCAD is #3D3352. Grayscale: #C5C5C5. Windows color (decimal): -4010835 or 11390146. OLE color: 11390146.

HSL color Cylindrical-coordinate representation of color #C2CCAD: hue angle of 79.35º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CCAD is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 173 -
CMYK 0.05 0 0.15 0.2
HSL 79.35º 0.23% 0.74% -
HSV(B) 79.35º 0.15% 0.8% -
XYZ 51.38 57.67 47.96 -
YUV 197.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 194 204 173 0.05 0 0.15 0.2 79.35 0.23 0.74
Hex C2 CC AD 5 0 F 14 4F 17 4A
Octal 302 314 255 5 0 17 24 117 27 112
Binary 11000010 11001100 10101101 101 0 1111 10100 1001111 10111 1001010

Color Harmonies of #C2CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCAD

Black with #C2CCAD

Text Example


Text Example

White with #C2CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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