Html Css Color HEX #C1CCAF Pale Leaf

📋 copy color: '#C1CCAF'

red 193 ◦ green 204 ◦ blue 175

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

Shades of Pale Leaf #C1CCAF

Tints of Pale Leaf #C1CCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 33.74%
G = 35.66%
B = 30.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#C1CCAF (or 0xC1CCAF) is known color: Pale Leaf. HEX triplet: C1, CC and AF. RGB value is (193,204,175). Sum of RGB (Red+Green+Blue) = 193+204+175=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CCAF is #3E3350. Grayscale: #C5C5C5. Windows color (decimal): -4076369 or 11521217. OLE color: 11521217.

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

Color convert

RGB 193 204 175 -
CMYK 0.05 0 0.14 0.2
HSL 82.76º 0.22% 0.74% -
HSV(B) 82.76º 0.14% 0.8% -
XYZ 51.32 57.62 48.97 -
YUV 197.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 193 204 175 0.05 0 0.14 0.2 82.76 0.22 0.74
Hex C1 CC AF 5 0 E 14 53 16 4A
Octal 301 314 257 5 0 16 24 123 26 112
Binary 11000001 11001100 10101111 101 0 1110 10100 1010011 10110 1001010

Color Harmonies of #C1CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CCAF

Black with #C1CCAF

Text Example


Text Example

White with #C1CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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