Html Css Color HEX #C2CAB3 Pale Leaf

📋 copy color: '#C2CAB3'

red 194 ◦ green 202 ◦ blue 179

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

Shades of Pale Leaf #C2CAB3

Tints of Pale Leaf #C2CAB3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.13%

 BLUE value IS 179 (70.31% from 255) = 31.13%

R = 33.74%
G = 35.13%
B = 31.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C2CAB3 (or 0xC2CAB3) is known color: Pale Leaf. HEX triplet: C2, CA and B3. RGB value is (194,202,179). Sum of RGB (Red+Green+Blue) = 194+202+179=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAB3 is #3D354C. Grayscale: #C5C5C5. Windows color (decimal): -4011341 or 11782850. OLE color: 11782850.

HSL color Cylindrical-coordinate representation of color #C2CAB3: hue angle of 80.87º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CAB3 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 179 -
CMYK 0.04 0 0.11 0.21
HSL 80.87º 0.18% 0.75% -
HSV(B) 80.87º 0.11% 0.79% -
XYZ 51.51 56.97 50.93 -
YUV 196.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 194 202 179 0.04 0 0.11 0.21 80.87 0.18 0.75
Hex C2 CA B3 4 0 B 15 51 12 4B
Octal 302 312 263 4 0 13 25 121 22 113
Binary 11000010 11001010 10110011 100 0 1011 10101 1010001 10010 1001011

Color Harmonies of #C2CAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAB3

Black with #C2CAB3

Text Example


Text Example

White with #C2CAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAB3; }

 p { color: rgb(194,202,179); }

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

background-color css

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

 a { background-color: rgb(194,202,179); }

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

border-color css

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

 span { border-color: rgb(194,202,179); }

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