Html Css Color HEX #C1CAB0 Pale Leaf

📋 copy color: '#C1CAB0'

red 193 ◦ green 202 ◦ blue 176

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

Shades of Pale Leaf #C1CAB0

Tints of Pale Leaf #C1CAB0

RGB

 RED value IS 193 (75.78% from 255) = 33.8%

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

 BLUE value IS 176 (69.14% from 255) = 30.82%

R = 33.8%
G = 35.38%
B = 30.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C1CAB0 (or 0xC1CAB0) is known color: Pale Leaf. HEX triplet: C1, CA and B0. RGB value is (193,202,176). Sum of RGB (Red+Green+Blue) = 193+202+176=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAB0 is #3E354F. Grayscale: #C4C4C4. Windows color (decimal): -4076880 or 11586241. OLE color: 11586241.

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

Color convert

RGB 193 202 176 -
CMYK 0.04 0 0.13 0.21
HSL 80.77º 0.2% 0.74% -
HSV(B) 80.77º 0.13% 0.79% -
XYZ 50.95 56.71 49.34 -
YUV 196.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 193 202 176 0.04 0 0.13 0.21 80.77 0.2 0.74
Hex C1 CA B0 4 0 D 15 51 14 4A
Octal 301 312 260 4 0 15 25 121 24 112
Binary 11000001 11001010 10110000 100 0 1101 10101 1010001 10100 1001010

Color Harmonies of #C1CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CAB0

Black with #C1CAB0

Text Example


Text Example

White with #C1CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CAB0; }

 p { color: rgb(193,202,176); }

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

background-color css

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

 a { background-color: rgb(193,202,176); }

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

border-color css

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

 span { border-color: rgb(193,202,176); }

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