Html Css Color HEX #C2B95F Dark Khaki

📋 copy color: '#C2B95F'

red 194 ◦ green 185 ◦ blue 95

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

Shades of Dark Khaki #C2B95F

Tints of Dark Khaki #C2B95F

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 40.93%
G = 39.03%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2B95F (or 0xC2B95F) is known color: Dark Khaki. HEX triplet: C2, B9 and 5F. RGB value is (194,185,95). Sum of RGB (Red+Green+Blue) = 194+185+95=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B95F is #3D46A0. Grayscale: #B1B1B1. Windows color (decimal): -4015777 or 6273474. OLE color: 6273474.

HSL color Cylindrical-coordinate representation of color #C2B95F: hue angle of 54.55º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2B95F is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 95 -
CMYK 0 0.05 0.51 0.24
HSL 54.55º 0.45% 0.57% -
HSV(B) 54.55º 0.51% 0.76% -
XYZ 41.66 46.99 17.7 -
YUV 177.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 194 185 95 0 0.05 0.51 0.24 54.55 0.45 0.57
Hex C2 B9 5F 0 5 33 18 37 2D 39
Octal 302 271 137 0 5 63 30 67 55 71
Binary 11000010 10111001 1011111 0 101 110011 11000 110111 101101 111001

Color Harmonies of #C2B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B95F

Black with #C2B95F

Text Example


Text Example

White with #C2B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B95F; }

 p { color: rgb(194,185,95); }

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

background-color css

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

 a { background-color: rgb(194,185,95); }

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

border-color css

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

 span { border-color: rgb(194,185,95); }

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