Html Css Color HEX #C4B85F Dark Khaki

📋 copy color: '#C4B85F'

red 196 ◦ green 184 ◦ blue 95

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

Shades of Dark Khaki #C4B85F

Tints of Dark Khaki #C4B85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

 BLUE value IS 95 (37.5% from 255) = 20%

R = 41.26%
G = 38.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4B85F (or 0xC4B85F) is known color: Dark Khaki. HEX triplet: C4, B8 and 5F. RGB value is (196,184,95). Sum of RGB (Red+Green+Blue) = 196+184+95=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B85F is #3B47A0. Grayscale: #B1B1B1. Windows color (decimal): -3884961 or 6273220. OLE color: 6273220.

HSL color Cylindrical-coordinate representation of color #C4B85F: hue angle of 52.87º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4B85F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 95 -
CMYK 0 0.06 0.52 0.23
HSL 52.87º 0.46% 0.57% -
HSV(B) 52.87º 0.52% 0.77% -
XYZ 41.97 46.84 17.66 -
YUV 177.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 196 184 95 0 0.06 0.52 0.23 52.87 0.46 0.57
Hex C4 B8 5F 0 6 34 17 35 2E 39
Octal 304 270 137 0 6 64 27 65 56 71
Binary 11000100 10111000 1011111 0 110 110100 10111 110101 101110 111001

Color Harmonies of #C4B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B85F

Black with #C4B85F

Text Example


Text Example

White with #C4B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B85F; }

 p { color: rgb(196,184,95); }

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

background-color css

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

 a { background-color: rgb(196,184,95); }

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

border-color css

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

 span { border-color: rgb(196,184,95); }

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