Html Css Color HEX #C0B874 Dark Khaki

📋 copy color: '#C0B874'

red 192 ◦ green 184 ◦ blue 116

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

Shades of Dark Khaki #C0B874

Tints of Dark Khaki #C0B874

RGB

 RED value IS 192 (75.39% from 255) = 39.02%

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 39.02%
G = 37.4%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0B874 (or 0xC0B874) is known color: Dark Khaki. HEX triplet: C0, B8 and 74. RGB value is (192,184,116). Sum of RGB (Red+Green+Blue) = 192+184+116=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B874 is #3F478B. Grayscale: #B2B2B2. Windows color (decimal): -4147084 or 7649472. OLE color: 7649472.

HSL color Cylindrical-coordinate representation of color #C0B874: hue angle of 53.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B874 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 116 -
CMYK 0 0.04 0.40 0.25
HSL 53.68º 0.38% 0.6% -
HSV(B) 53.68º 0.4% 0.75% -
XYZ 42.03 46.75 23.33 -
YUV 178.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 192 184 116 0 0.04 0.40 0.25 53.68 0.38 0.6
Hex C0 B8 74 0 4 28 19 36 26 3C
Octal 300 270 164 0 4 50 31 66 46 74
Binary 11000000 10111000 1110100 0 100 101000 11001 110110 100110 111100

Color Harmonies of #C0B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B874

Black with #C0B874

Text Example


Text Example

White with #C0B874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B874; }

 p { color: rgb(192,184,116); }

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

background-color css

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

 a { background-color: rgb(192,184,116); }

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

border-color css

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

 span { border-color: rgb(192,184,116); }

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