Html Css Color HEX #C0BD65 Dark Khaki

📋 copy color: '#C0BD65'

red 192 ◦ green 189 ◦ blue 101

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

Shades of Dark Khaki #C0BD65

Tints of Dark Khaki #C0BD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 39.83%
G = 39.21%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0BD65 (or 0xC0BD65) is known color: Dark Khaki. HEX triplet: C0, BD and 65. RGB value is (192,189,101). Sum of RGB (Red+Green+Blue) = 192+189+101=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD65 is #3F429A. Grayscale: #B4B4B4. Windows color (decimal): -4145819 or 6667712. OLE color: 6667712.

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

Color convert

RGB 192 189 101 -
CMYK 0 0.02 0.47 0.25
HSL 58.02º 0.42% 0.57% -
HSV(B) 58.02º 0.47% 0.75% -
XYZ 42.28 48.54 19.45 -
YUV 179.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 192 189 101 0 0.02 0.47 0.25 58.02 0.42 0.57
Hex C0 BD 65 0 2 2F 19 3A 2A 39
Octal 300 275 145 0 2 57 31 72 52 71
Binary 11000000 10111101 1100101 0 10 101111 11001 111010 101010 111001

Color Harmonies of #C0BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD65

Black with #C0BD65

Text Example


Text Example

White with #C0BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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