Html Css Color HEX #C2CAB5 Pale Leaf

📋 copy color: '#C2CAB5'

red 194 ◦ green 202 ◦ blue 181

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

Shades of Pale Leaf #C2CAB5

Tints of Pale Leaf #C2CAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.37%

R = 33.62%
G = 35.01%
B = 31.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C2CAB5 (or 0xC2CAB5) is known color: Pale Leaf. HEX triplet: C2, CA and B5. RGB value is (194,202,181). Sum of RGB (Red+Green+Blue) = 194+202+181=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAB5 is #3D354A. Grayscale: #C5C5C5. Windows color (decimal): -4011339 or 11913922. OLE color: 11913922.

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

Color convert

RGB 194 202 181 -
CMYK 0.04 0 0.10 0.21
HSL 82.86º 0.17% 0.75% -
HSV(B) 82.86º 0.1% 0.79% -
XYZ 51.71 57.05 52 -
YUV 197.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 194 202 181 0.04 0 0.10 0.21 82.86 0.17 0.75
Hex C2 CA B5 4 0 A 15 53 11 4B
Octal 302 312 265 4 0 12 25 123 21 113
Binary 11000010 11001010 10110101 100 0 1010 10101 1010011 10001 1001011

Color Harmonies of #C2CAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAB5

Black with #C2CAB5

Text Example


Text Example

White with #C2CAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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