Html Css Color HEX #C0B878 Dark Khaki

📋 copy color: '#C0B878'

red 192 ◦ green 184 ◦ blue 120

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

Shades of Dark Khaki #C0B878

Tints of Dark Khaki #C0B878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 38.71%
G = 37.1%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0B878 (or 0xC0B878) is known color: Dark Khaki. HEX triplet: C0, B8 and 78. RGB value is (192,184,120). Sum of RGB (Red+Green+Blue) = 192+184+120=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B878 is #3F4787. Grayscale: #B3B3B3. Windows color (decimal): -4147080 or 7911616. OLE color: 7911616.

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

Color convert

RGB 192 184 120 -
CMYK 0 0.04 0.38 0.25
HSL 53.33º 0.36% 0.61% -
HSV(B) 53.33º 0.38% 0.75% -
XYZ 42.27 46.84 24.58 -
YUV 179.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 192 184 120 0 0.04 0.38 0.25 53.33 0.36 0.61
Hex C0 B8 78 0 4 26 19 35 24 3D
Octal 300 270 170 0 4 46 31 65 44 75
Binary 11000000 10111000 1111000 0 100 100110 11001 110101 100100 111101

Color Harmonies of #C0B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B878

Black with #C0B878

Text Example


Text Example

White with #C0B878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B878; }

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

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

background-color css

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

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

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

border-color css

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

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

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