Html Css Color HEX #C1CFAC Pale Leaf

📋 copy color: '#C1CFAC'

red 193 ◦ green 207 ◦ blue 172

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

Shades of Pale Leaf #C1CFAC

Tints of Pale Leaf #C1CFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 33.74%
G = 36.19%
B = 30.07%

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

#C1CFAC (or 0xC1CFAC) is known color: Pale Leaf. HEX triplet: C1, CF and AC. RGB value is (193,207,172). Sum of RGB (Red+Green+Blue) = 193+207+172=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CFAC is #3E3053. Grayscale: #C6C6C6. Windows color (decimal): -4075604 or 11325377. OLE color: 11325377.

HSL color Cylindrical-coordinate representation of color #C1CFAC: hue angle of 84º 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 #C1CFAC is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 207 172 -
CMYK 0.07 0 0.17 0.19
HSL 84º 0.27% 0.74% -
HSV(B) 84º 0.17% 0.81% -
XYZ 51.75 58.94 47.68 -
YUV 198.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 193 207 172 0.07 0 0.17 0.19 84 0.27 0.74
Hex C1 CF AC 7 0 11 13 54 1B 4A
Octal 301 317 254 7 0 21 23 124 33 112
Binary 11000001 11001111 10101100 111 0 10001 10011 1010100 11011 1001010

Color Harmonies of #C1CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CFAC

Black with #C1CFAC

Text Example


Text Example

White with #C1CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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