Html Css Color HEX #C2CCA0 Pale Leaf

📋 copy color: '#C2CCA0'

red 194 ◦ green 204 ◦ blue 160

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

Shades of Pale Leaf #C2CCA0

Tints of Pale Leaf #C2CCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 34.77%
G = 36.56%
B = 28.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#C2CCA0 (or 0xC2CCA0) is known color: Pale Leaf. HEX triplet: C2, CC and A0. RGB value is (194,204,160). Sum of RGB (Red+Green+Blue) = 194+204+160=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCA0 is #3D335F. Grayscale: #C4C4C4. Windows color (decimal): -4010848 or 10538178. OLE color: 10538178.

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

Color convert

RGB 194 204 160 -
CMYK 0.05 0 0.22 0.2
HSL 73.64º 0.3% 0.71% -
HSV(B) 73.64º 0.22% 0.8% -
XYZ 50.19 57.19 41.65 -
YUV 195.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 194 204 160 0.05 0 0.22 0.2 73.64 0.3 0.71
Hex C2 CC A0 5 0 16 14 4A 1E 47
Octal 302 314 240 5 0 26 24 112 36 107
Binary 11000010 11001100 10100000 101 0 10110 10100 1001010 11110 1000111

Color Harmonies of #C2CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCA0

Black with #C2CCA0

Text Example


Text Example

White with #C2CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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