Html Css Color HEX #C1CAB1 Pale Leaf

📋 copy color: '#C1CAB1'

red 193 ◦ green 202 ◦ blue 177

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

Shades of Pale Leaf #C1CAB1

Tints of Pale Leaf #C1CAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.94%

R = 33.74%
G = 35.31%
B = 30.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C1CAB1 (or 0xC1CAB1) is known color: Pale Leaf. HEX triplet: C1, CA and B1. RGB value is (193,202,177). Sum of RGB (Red+Green+Blue) = 193+202+177=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAB1 is #3E354E. Grayscale: #C4C4C4. Windows color (decimal): -4076879 or 11651777. OLE color: 11651777.

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

Color convert

RGB 193 202 177 -
CMYK 0.04 0 0.12 0.21
HSL 81.6º 0.19% 0.74% -
HSV(B) 81.6º 0.12% 0.79% -
XYZ 51.05 56.75 49.86 -
YUV 196.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 193 202 177 0.04 0 0.12 0.21 81.6 0.19 0.74
Hex C1 CA B1 4 0 C 15 52 13 4A
Octal 301 312 261 4 0 14 25 122 23 112
Binary 11000001 11001010 10110001 100 0 1100 10101 1010010 10011 1001010

Color Harmonies of #C1CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CAB1

Black with #C1CAB1

Text Example


Text Example

White with #C1CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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