Html Css Color HEX #C0BD6A Dark Khaki

📋 copy color: '#C0BD6A'

red 192 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #C0BD6A

Tints of Dark Khaki #C0BD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 39.43%
G = 38.81%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0BD6A (or 0xC0BD6A) is known color: Dark Khaki. HEX triplet: C0, BD and 6A. RGB value is (192,189,106). Sum of RGB (Red+Green+Blue) = 192+189+106=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD6A is #3F4295. Grayscale: #B4B4B4. Windows color (decimal): -4145814 or 6995392. OLE color: 6995392.

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

Color convert

RGB 192 189 106 -
CMYK 0 0.02 0.45 0.25
HSL 57.91º 0.41% 0.58% -
HSV(B) 57.91º 0.45% 0.75% -
XYZ 42.54 48.64 20.78 -
YUV 180.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 192 189 106 0 0.02 0.45 0.25 57.91 0.41 0.58
Hex C0 BD 6A 0 2 2D 19 3A 29 3A
Octal 300 275 152 0 2 55 31 72 51 72
Binary 11000000 10111101 1101010 0 10 101101 11001 111010 101001 111010

Color Harmonies of #C0BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD6A

Black with #C0BD6A

Text Example


Text Example

White with #C0BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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