Html Css Color HEX #C0BA75 Dark Khaki

📋 copy color: '#C0BA75'

red 192 ◦ green 186 ◦ blue 117

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

Shades of Dark Khaki #C0BA75

Tints of Dark Khaki #C0BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 38.79%
G = 37.58%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0BA75 (or 0xC0BA75) is known color: Dark Khaki. HEX triplet: C0, BA and 75. RGB value is (192,186,117). Sum of RGB (Red+Green+Blue) = 192+186+117=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA75 is #3F458A. Grayscale: #B4B4B4. Windows color (decimal): -4146571 or 7715520. OLE color: 7715520.

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

Color convert

RGB 192 186 117 -
CMYK 0 0.03 0.39 0.25
HSL 55.2º 0.37% 0.61% -
HSV(B) 55.2º 0.39% 0.75% -
XYZ 42.51 47.61 23.78 -
YUV 179.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 192 186 117 0 0.03 0.39 0.25 55.2 0.37 0.61
Hex C0 BA 75 0 3 27 19 37 25 3D
Octal 300 272 165 0 3 47 31 67 45 75
Binary 11000000 10111010 1110101 0 11 100111 11001 110111 100101 111101

Color Harmonies of #C0BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA75

Black with #C0BA75

Text Example


Text Example

White with #C0BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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