Html Css Color HEX #C1CAAB Pale Leaf

📋 copy color: '#C1CAAB'

red 193 ◦ green 202 ◦ blue 171

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

Shades of Pale Leaf #C1CAAB

Tints of Pale Leaf #C1CAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.21%

R = 34.1%
G = 35.69%
B = 30.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C1CAAB (or 0xC1CAAB) is known color: Pale Leaf. HEX triplet: C1, CA and AB. RGB value is (193,202,171). Sum of RGB (Red+Green+Blue) = 193+202+171=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAAB is #3E3554. Grayscale: #C3C3C3. Windows color (decimal): -4076885 or 11258561. OLE color: 11258561.

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

Color convert

RGB 193 202 171 -
CMYK 0.04 0 0.15 0.21
HSL 77.42º 0.23% 0.73% -
HSV(B) 77.42º 0.15% 0.79% -
XYZ 50.46 56.52 46.78 -
YUV 195.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 193 202 171 0.04 0 0.15 0.21 77.42 0.23 0.73
Hex C1 CA AB 4 0 F 15 4D 17 49
Octal 301 312 253 4 0 17 25 115 27 111
Binary 11000001 11001010 10101011 100 0 1111 10101 1001101 10111 1001001

Color Harmonies of #C1CAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CAAB

Black with #C1CAAB

Text Example


Text Example

White with #C1CAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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