Html Css Color HEX #C1CBAA Pale Leaf

📋 copy color: '#C1CBAA'

red 193 ◦ green 203 ◦ blue 170

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

Shades of Pale Leaf #C1CBAA

Tints of Pale Leaf #C1CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

 BLUE value IS 170 (66.8% from 255) = 30.04%

R = 34.1%
G = 35.87%
B = 30.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#C1CBAA (or 0xC1CBAA) is known color: Pale Leaf. HEX triplet: C1, CB and AA. RGB value is (193,203,170). Sum of RGB (Red+Green+Blue) = 193+203+170=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CBAA is #3E3455. Grayscale: #C4C4C4. Windows color (decimal): -4076630 or 11193281. OLE color: 11193281.

HSL color Cylindrical-coordinate representation of color #C1CBAA: hue angle of 78.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1CBAA is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 203 170 -
CMYK 0.05 0 0.16 0.20
HSL 78.18º 0.24% 0.73% -
HSV(B) 78.18º 0.16% 0.8% -
XYZ 50.6 56.95 46.36 -
YUV 196.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 193 203 170 0.05 0 0.16 0.20 78.18 0.24 0.73
Hex C1 CB AA 5 0 10 14 4E 18 49
Octal 301 313 252 5 0 20 24 116 30 111
Binary 11000001 11001011 10101010 101 0 10000 10100 1001110 11000 1001001

Color Harmonies of #C1CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBAA

Black with #C1CBAA

Text Example


Text Example

White with #C1CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBAA; }

 p { color: rgb(193,203,170); }

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

background-color css

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

 a { background-color: rgb(193,203,170); }

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

border-color css

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

 span { border-color: rgb(193,203,170); }

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