Html Css Color HEX #C1CFAB Pale Leaf

📋 copy color: '#C1CFAB'

red 193 ◦ green 207 ◦ blue 171

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

Shades of Pale Leaf #C1CFAB

Tints of Pale Leaf #C1CFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.25%

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

R = 33.8%
G = 36.25%
B = 29.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C1CFAB (or 0xC1CFAB) is known color: Pale Leaf. HEX triplet: C1, CF and AB. RGB value is (193,207,171). Sum of RGB (Red+Green+Blue) = 193+207+171=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CFAB is #3E3054. Grayscale: #C6C6C6. Windows color (decimal): -4075605 or 11259841. OLE color: 11259841.

HSL color Cylindrical-coordinate representation of color #C1CFAB: hue angle of 83.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1CFAB is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 207 171 -
CMYK 0.07 0 0.17 0.19
HSL 83.33º 0.27% 0.74% -
HSV(B) 83.33º 0.17% 0.81% -
XYZ 51.66 58.9 47.18 -
YUV 198.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 193 207 171 0.07 0 0.17 0.19 83.33 0.27 0.74
Hex C1 CF AB 7 0 11 13 53 1B 4A
Octal 301 317 253 7 0 21 23 123 33 112
Binary 11000001 11001111 10101011 111 0 10001 10011 1010011 11011 1001010

Color Harmonies of #C1CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CFAB

Black with #C1CFAB

Text Example


Text Example

White with #C1CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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