Html Css Color HEX #C0B870 Dark Khaki

📋 copy color: '#C0B870'

red 192 ◦ green 184 ◦ blue 112

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

Shades of Dark Khaki #C0B870

Tints of Dark Khaki #C0B870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 39.34%
G = 37.7%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0B870 (or 0xC0B870) is known color: Dark Khaki. HEX triplet: C0, B8 and 70. RGB value is (192,184,112). Sum of RGB (Red+Green+Blue) = 192+184+112=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B870 is #3F478F. Grayscale: #B2B2B2. Windows color (decimal): -4147088 or 7387328. OLE color: 7387328.

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

Color convert

RGB 192 184 112 -
CMYK 0 0.04 0.42 0.25
HSL 54º 0.39% 0.6% -
HSV(B) 54º 0.42% 0.75% -
XYZ 41.8 46.66 22.13 -
YUV 178.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 192 184 112 0 0.04 0.42 0.25 54 0.39 0.6
Hex C0 B8 70 0 4 2A 19 36 27 3C
Octal 300 270 160 0 4 52 31 66 47 74
Binary 11000000 10111000 1110000 0 100 101010 11001 110110 100111 111100

Color Harmonies of #C0B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B870

Black with #C0B870

Text Example


Text Example

White with #C0B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B870; }

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

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

background-color css

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

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

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

border-color css

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

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

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