Html Css Color HEX #C0BA72 Dark Khaki

📋 copy color: '#C0BA72'

red 192 ◦ green 186 ◦ blue 114

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

Shades of Dark Khaki #C0BA72

Tints of Dark Khaki #C0BA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

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

R = 39.02%
G = 37.8%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0BA72 (or 0xC0BA72) is known color: Dark Khaki. HEX triplet: C0, BA and 72. RGB value is (192,186,114). Sum of RGB (Red+Green+Blue) = 192+186+114=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA72 is #3F458D. Grayscale: #B3B3B3. Windows color (decimal): -4146574 or 7518912. OLE color: 7518912.

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

Color convert

RGB 192 186 114 -
CMYK 0 0.03 0.41 0.25
HSL 55.38º 0.38% 0.6% -
HSV(B) 55.38º 0.41% 0.75% -
XYZ 42.33 47.54 22.86 -
YUV 179.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 192 186 114 0 0.03 0.41 0.25 55.38 0.38 0.6
Hex C0 BA 72 0 3 29 19 37 26 3C
Octal 300 272 162 0 3 51 31 67 46 74
Binary 11000000 10111010 1110010 0 11 101001 11001 110111 100110 111100

Color Harmonies of #C0BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA72

Black with #C0BA72

Text Example


Text Example

White with #C0BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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