Html Css Color HEX #C2CBAA Pale Leaf

📋 copy color: '#C2CBAA'

red 194 ◦ green 203 ◦ blue 170

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

Shades of Pale Leaf #C2CBAA

Tints of Pale Leaf #C2CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.8%

 BLUE value IS 170 (66.8% from 255) = 29.98%

R = 34.22%
G = 35.8%
B = 29.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#C2CBAA (or 0xC2CBAA) is known color: Pale Leaf. HEX triplet: C2, CB and AA. RGB value is (194,203,170). Sum of RGB (Red+Green+Blue) = 194+203+170=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBAA is #3D3455. Grayscale: #C4C4C4. Windows color (decimal): -4011094 or 11193282. OLE color: 11193282.

HSL color Cylindrical-coordinate representation of color #C2CBAA: hue angle of 76.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CBAA is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 170 -
CMYK 0.04 0 0.16 0.20
HSL 76.36º 0.24% 0.73% -
HSV(B) 76.36º 0.16% 0.8% -
XYZ 50.86 57.08 46.37 -
YUV 196.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 194 203 170 0.04 0 0.16 0.20 76.36 0.24 0.73
Hex C2 CB AA 4 0 10 14 4C 18 49
Octal 302 313 252 4 0 20 24 114 30 111
Binary 11000010 11001011 10101010 100 0 10000 10100 1001100 11000 1001001

Color Harmonies of #C2CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBAA

Black with #C2CBAA

Text Example


Text Example

White with #C2CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBAA; }

 p { color: rgb(194,203,170); }

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

background-color css

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

 a { background-color: rgb(194,203,170); }

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

border-color css

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

 span { border-color: rgb(194,203,170); }

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