Html Css Color HEX #C1CDAA Pale Leaf

📋 copy color: '#C1CDAA'

red 193 ◦ green 205 ◦ blue 170

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

Shades of Pale Leaf #C1CDAA

Tints of Pale Leaf #C1CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

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

R = 33.98%
G = 36.09%
B = 29.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#C1CDAA (or 0xC1CDAA) is known color: Pale Leaf. HEX triplet: C1, CD and AA. RGB value is (193,205,170). Sum of RGB (Red+Green+Blue) = 193+205+170=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CDAA is #3E3255. Grayscale: #C5C5C5. Windows color (decimal): -4076118 or 11193793. OLE color: 11193793.

HSL color Cylindrical-coordinate representation of color #C1CDAA: hue angle of 80.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1CDAA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 205 170 -
CMYK 0.06 0 0.17 0.20
HSL 80.57º 0.26% 0.74% -
HSV(B) 80.57º 0.17% 0.8% -
XYZ 51.08 57.9 46.51 -
YUV 197.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 193 205 170 0.06 0 0.17 0.20 80.57 0.26 0.74
Hex C1 CD AA 6 0 11 14 51 1A 4A
Octal 301 315 252 6 0 21 24 121 32 112
Binary 11000001 11001101 10101010 110 0 10001 10100 1010001 11010 1001010

Color Harmonies of #C1CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDAA

Black with #C1CDAA

Text Example


Text Example

White with #C1CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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