Html Css Color HEX #C0BD6C Dark Khaki

📋 copy color: '#C0BD6C'

red 192 ◦ green 189 ◦ blue 108

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

Shades of Dark Khaki #C0BD6C

Tints of Dark Khaki #C0BD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 39.26%
G = 38.65%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0BD6C (or 0xC0BD6C) is known color: Dark Khaki. HEX triplet: C0, BD and 6C. RGB value is (192,189,108). Sum of RGB (Red+Green+Blue) = 192+189+108=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD6C is #3F4293. Grayscale: #B4B4B4. Windows color (decimal): -4145812 or 7126464. OLE color: 7126464.

HSL color Cylindrical-coordinate representation of color #C0BD6C: hue angle of 57.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0BD6C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 108 -
CMYK 0 0.02 0.44 0.25
HSL 57.86º 0.4% 0.59% -
HSV(B) 57.86º 0.44% 0.75% -
XYZ 42.64 48.68 21.34 -
YUV 180.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 192 189 108 0 0.02 0.44 0.25 57.86 0.4 0.59
Hex C0 BD 6C 0 2 2C 19 3A 28 3B
Octal 300 275 154 0 2 54 31 72 50 73
Binary 11000000 10111101 1101100 0 10 101100 11001 111010 101000 111011

Color Harmonies of #C0BD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD6C

Black with #C0BD6C

Text Example


Text Example

White with #C0BD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD6C; }

 p { color: rgb(192,189,108); }

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

background-color css

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

 a { background-color: rgb(192,189,108); }

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

border-color css

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

 span { border-color: rgb(192,189,108); }

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