Html Css Color HEX #C4BF99 Ash

📋 copy color: '#C4BF99'

red 196 ◦ green 191 ◦ blue 153

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

Shades of Ash #C4BF99

Tints of Ash #C4BF99

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

 BLUE value IS 153 (60.16% from 255) = 28.33%

R = 36.3%
G = 35.37%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C4BF99 (or 0xC4BF99) is known color: Ash. HEX triplet: C4, BF and 99. RGB value is (196,191,153). Sum of RGB (Red+Green+Blue) = 196+191+153=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF99 is #3B4066. Grayscale: #BCBCBC. Windows color (decimal): -3883111 or 10076100. OLE color: 10076100.

HSL color Cylindrical-coordinate representation of color #C4BF99: hue angle of 53.02º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4BF99 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 153 -
CMYK 0 0.03 0.22 0.23
HSL 53.02º 0.27% 0.68% -
HSV(B) 53.02º 0.22% 0.77% -
XYZ 47.15 51.3 37.55 -
YUV 188.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 196 191 153 0 0.03 0.22 0.23 53.02 0.27 0.68
Hex C4 BF 99 0 3 16 17 35 1B 44
Octal 304 277 231 0 3 26 27 65 33 104
Binary 11000100 10111111 10011001 0 11 10110 10111 110101 11011 1000100

Color Harmonies of #C4BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF99

Black with #C4BF99

Text Example


Text Example

White with #C4BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF99; }

 p { color: rgb(196,191,153); }

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

background-color css

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

 a { background-color: rgb(196,191,153); }

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

border-color css

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

 span { border-color: rgb(196,191,153); }

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