Html Css Color HEX #C1CDAB Pale Leaf

📋 copy color: '#C1CDAB'

red 193 ◦ green 205 ◦ blue 171

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

Shades of Pale Leaf #C1CDAB

Tints of Pale Leaf #C1CDAB

RGB

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

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

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

R = 33.92%
G = 36.03%
B = 30.05%

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

#C1CDAB (or 0xC1CDAB) is known color: Pale Leaf. HEX triplet: C1, CD and AB. RGB value is (193,205,171). Sum of RGB (Red+Green+Blue) = 193+205+171=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CDAB is #3E3254. Grayscale: #C5C5C5. Windows color (decimal): -4076117 or 11259329. OLE color: 11259329.

HSL color Cylindrical-coordinate representation of color #C1CDAB: hue angle of 81.18º degrees, saturation: 0.25, 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 #C1CDAB is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 205 171 -
CMYK 0.06 0 0.17 0.20
HSL 81.18º 0.25% 0.74% -
HSV(B) 81.18º 0.17% 0.8% -
XYZ 51.17 57.94 47.01 -
YUV 197.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 193 205 171 0.06 0 0.17 0.20 81.18 0.25 0.74
Hex C1 CD AB 6 0 11 14 51 19 4A
Octal 301 315 253 6 0 21 24 121 31 112
Binary 11000001 11001101 10101011 110 0 10001 10100 1010001 11001 1001010

Color Harmonies of #C1CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDAB

Black with #C1CDAB

Text Example


Text Example

White with #C1CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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