Html Css Color HEX #C0B370 Dark Khaki

📋 copy color: '#C0B370'

red 192 ◦ green 179 ◦ blue 112

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

Shades of Dark Khaki #C0B370

Tints of Dark Khaki #C0B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 39.75%
G = 37.06%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0B370 (or 0xC0B370) is known color: Dark Khaki. HEX triplet: C0, B3 and 70. RGB value is (192,179,112). Sum of RGB (Red+Green+Blue) = 192+179+112=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B370 is #3F4C8F. Grayscale: #AFAFAF. Windows color (decimal): -4148368 or 7386048. OLE color: 7386048.

HSL color Cylindrical-coordinate representation of color #C0B370: hue angle of 50.25º 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 #C0B370 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 112 -
CMYK 0 0.07 0.42 0.25
HSL 50.25º 0.39% 0.6% -
HSV(B) 50.25º 0.42% 0.75% -
XYZ 40.78 44.62 21.79 -
YUV 175.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 192 179 112 0 0.07 0.42 0.25 50.25 0.39 0.6
Hex C0 B3 70 0 7 2A 19 32 27 3C
Octal 300 263 160 0 7 52 31 62 47 74
Binary 11000000 10110011 1110000 0 111 101010 11001 110010 100111 111100

Color Harmonies of #C0B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B370

Black with #C0B370

Text Example


Text Example

White with #C0B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B370; }

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

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

background-color css

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

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

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

border-color css

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

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

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