Html Css Color HEX #C0B660 Dark Khaki

📋 copy color: '#C0B660'

red 192 ◦ green 182 ◦ blue 96

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

Shades of Dark Khaki #C0B660

Tints of Dark Khaki #C0B660

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 40.85%
G = 38.72%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0B660 (or 0xC0B660) is known color: Dark Khaki. HEX triplet: C0, B6 and 60. RGB value is (192,182,96). Sum of RGB (Red+Green+Blue) = 192+182+96=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B660 is #3F499F. Grayscale: #AFAFAF. Windows color (decimal): -4147616 or 6338240. OLE color: 6338240.

HSL color Cylindrical-coordinate representation of color #C0B660: hue angle of 53.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0B660 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 182 96 -
CMYK 0 0.05 0.50 0.25
HSL 53.75º 0.43% 0.56% -
HSV(B) 53.75º 0.5% 0.75% -
XYZ 40.58 45.51 17.71 -
YUV 175.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 192 182 96 0 0.05 0.50 0.25 53.75 0.43 0.56
Hex C0 B6 60 0 5 32 19 36 2B 38
Octal 300 266 140 0 5 62 31 66 53 70
Binary 11000000 10110110 1100000 0 101 110010 11001 110110 101011 111000

Color Harmonies of #C0B660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B660

Black with #C0B660

Text Example


Text Example

White with #C0B660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B660; }

 p { color: rgb(192,182,96); }

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

background-color css

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

 a { background-color: rgb(192,182,96); }

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

border-color css

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

 span { border-color: rgb(192,182,96); }

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