Html Css Color HEX #C1CAA4 Pale Leaf

📋 copy color: '#C1CAA4'

red 193 ◦ green 202 ◦ blue 164

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

Shades of Pale Leaf #C1CAA4

Tints of Pale Leaf #C1CAA4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.14%

 BLUE value IS 164 (64.45% from 255) = 29.34%

R = 34.53%
G = 36.14%
B = 29.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C1CAA4 (or 0xC1CAA4) is known color: Pale Leaf. HEX triplet: C1, CA and A4. RGB value is (193,202,164). Sum of RGB (Red+Green+Blue) = 193+202+164=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAA4 is #3E355B. Grayscale: #C3C3C3. Windows color (decimal): -4076892 or 10799809. OLE color: 10799809.

HSL color Cylindrical-coordinate representation of color #C1CAA4: hue angle of 74.21º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CAA4 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 202 164 -
CMYK 0.04 0 0.19 0.21
HSL 74.21º 0.26% 0.72% -
HSV(B) 74.21º 0.19% 0.79% -
XYZ 49.81 56.26 43.36 -
YUV 194.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 193 202 164 0.04 0 0.19 0.21 74.21 0.26 0.72
Hex C1 CA A4 4 0 13 15 4A 1A 48
Octal 301 312 244 4 0 23 25 112 32 110
Binary 11000001 11001010 10100100 100 0 10011 10101 1001010 11010 1001000

Color Harmonies of #C1CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CAA4

Black with #C1CAA4

Text Example


Text Example

White with #C1CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CAA4; }

 p { color: rgb(193,202,164); }

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

background-color css

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

 a { background-color: rgb(193,202,164); }

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

border-color css

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

 span { border-color: rgb(193,202,164); }

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