Html Css Color HEX #C4CBAF Pale Leaf

📋 copy color: '#C4CBAF'

red 196 ◦ green 203 ◦ blue 175

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

Shades of Pale Leaf #C4CBAF

Tints of Pale Leaf #C4CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.37%

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

R = 34.15%
G = 35.37%
B = 30.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#C4CBAF (or 0xC4CBAF) is known color: Pale Leaf. HEX triplet: C4, CB and AF. RGB value is (196,203,175). Sum of RGB (Red+Green+Blue) = 196+203+175=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBAF is #3B3450. Grayscale: #C5C5C5. Windows color (decimal): -3880017 or 11520964. OLE color: 11520964.

HSL color Cylindrical-coordinate representation of color #C4CBAF: hue angle of 75º degrees, saturation: 0.21, 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 #C4CBAF is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 203 175 -
CMYK 0.03 0 0.14 0.20
HSL 75º 0.21% 0.74% -
HSV(B) 75º 0.14% 0.8% -
XYZ 51.86 57.54 48.93 -
YUV 197.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 196 203 175 0.03 0 0.14 0.20 75 0.21 0.74
Hex C4 CB AF 3 0 E 14 4B 15 4A
Octal 304 313 257 3 0 16 24 113 25 112
Binary 11000100 11001011 10101111 11 0 1110 10100 1001011 10101 1001010

Color Harmonies of #C4CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBAF

Black with #C4CBAF

Text Example


Text Example

White with #C4CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBAF; }

 p { color: rgb(196,203,175); }

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

background-color css

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

 a { background-color: rgb(196,203,175); }

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

border-color css

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

 span { border-color: rgb(196,203,175); }

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