Html Css Color HEX #C0BD72 Dark Khaki

📋 copy color: '#C0BD72'

red 192 ◦ green 189 ◦ blue 114

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

Shades of Dark Khaki #C0BD72

Tints of Dark Khaki #C0BD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 38.79%
G = 38.18%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0BD72 (or 0xC0BD72) is known color: Dark Khaki. HEX triplet: C0, BD and 72. RGB value is (192,189,114). Sum of RGB (Red+Green+Blue) = 192+189+114=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD72 is #3F428D. Grayscale: #B5B5B5. Windows color (decimal): -4145806 or 7519680. OLE color: 7519680.

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

Color convert

RGB 192 189 114 -
CMYK 0 0.02 0.41 0.25
HSL 57.69º 0.38% 0.6% -
HSV(B) 57.69º 0.41% 0.75% -
XYZ 42.97 48.82 23.08 -
YUV 181.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 192 189 114 0 0.02 0.41 0.25 57.69 0.38 0.6
Hex C0 BD 72 0 2 29 19 3A 26 3C
Octal 300 275 162 0 2 51 31 72 46 74
Binary 11000000 10111101 1110010 0 10 101001 11001 111010 100110 111100

Color Harmonies of #C0BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD72

Black with #C0BD72

Text Example


Text Example

White with #C0BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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