Html Css Color HEX #C2B95D Dark Khaki

📋 copy color: '#C2B95D'

red 194 ◦ green 185 ◦ blue 93

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

Shades of Dark Khaki #C2B95D

Tints of Dark Khaki #C2B95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 41.1%
G = 39.19%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2B95D (or 0xC2B95D) is known color: Dark Khaki. HEX triplet: C2, B9 and 5D. RGB value is (194,185,93). Sum of RGB (Red+Green+Blue) = 194+185+93=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B95D is #3D46A2. Grayscale: #B1B1B1. Windows color (decimal): -4015779 or 6142402. OLE color: 6142402.

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

Color convert

RGB 194 185 93 -
CMYK 0 0.05 0.52 0.24
HSL 54.65º 0.45% 0.56% -
HSV(B) 54.65º 0.52% 0.76% -
XYZ 41.57 46.96 17.23 -
YUV 177.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 194 185 93 0 0.05 0.52 0.24 54.65 0.45 0.56
Hex C2 B9 5D 0 5 34 18 37 2D 38
Octal 302 271 135 0 5 64 30 67 55 70
Binary 11000010 10111001 1011101 0 101 110100 11000 110111 101101 111000

Color Harmonies of #C2B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B95D

Black with #C2B95D

Text Example


Text Example

White with #C2B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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