Html Css Color HEX #C1CCAC Pale Leaf

📋 copy color: '#C1CCAC'

red 193 ◦ green 204 ◦ blue 172

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

Shades of Pale Leaf #C1CCAC

Tints of Pale Leaf #C1CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

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

R = 33.92%
G = 35.85%
B = 30.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#C1CCAC (or 0xC1CCAC) is known color: Pale Leaf. HEX triplet: C1, CC and AC. RGB value is (193,204,172). Sum of RGB (Red+Green+Blue) = 193+204+172=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CCAC is #3E3353. Grayscale: #C5C5C5. Windows color (decimal): -4076372 or 11324609. OLE color: 11324609.

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

Color convert

RGB 193 204 172 -
CMYK 0.05 0 0.16 0.2
HSL 80.63º 0.24% 0.74% -
HSV(B) 80.63º 0.16% 0.8% -
XYZ 51.03 57.5 47.44 -
YUV 197.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 193 204 172 0.05 0 0.16 0.2 80.63 0.24 0.74
Hex C1 CC AC 5 0 10 14 51 18 4A
Octal 301 314 254 5 0 20 24 121 30 112
Binary 11000001 11001100 10101100 101 0 10000 10100 1010001 11000 1001010

Color Harmonies of #C1CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CCAC

Black with #C1CCAC

Text Example


Text Example

White with #C1CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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