Html Css Color HEX #C4CAB0 Pale Leaf

📋 copy color: '#C4CAB0'

red 196 ◦ green 202 ◦ blue 176

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

Shades of Pale Leaf #C4CAB0

Tints of Pale Leaf #C4CAB0

RGB

 RED value IS 196 (76.95% from 255) = 34.15%

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

 BLUE value IS 176 (69.14% from 255) = 30.66%

R = 34.15%
G = 35.19%
B = 30.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C4CAB0 (or 0xC4CAB0) is known color: Pale Leaf. HEX triplet: C4, CA and B0. RGB value is (196,202,176). Sum of RGB (Red+Green+Blue) = 196+202+176=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CAB0 is #3B354F. Grayscale: #C5C5C5. Windows color (decimal): -3880272 or 11586244. OLE color: 11586244.

HSL color Cylindrical-coordinate representation of color #C4CAB0: hue angle of 73.85º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4CAB0 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 176 -
CMYK 0.03 0 0.13 0.21
HSL 73.85º 0.2% 0.74% -
HSV(B) 73.85º 0.13% 0.79% -
XYZ 51.72 57.11 49.37 -
YUV 197.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 196 202 176 0.03 0 0.13 0.21 73.85 0.2 0.74
Hex C4 CA B0 3 0 D 15 4A 14 4A
Octal 304 312 260 3 0 15 25 112 24 112
Binary 11000100 11001010 10110000 11 0 1101 10101 1001010 10100 1001010

Color Harmonies of #C4CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAB0

Black with #C4CAB0

Text Example


Text Example

White with #C4CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAB0; }

 p { color: rgb(196,202,176); }

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

background-color css

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

 a { background-color: rgb(196,202,176); }

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

border-color css

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

 span { border-color: rgb(196,202,176); }

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