Html Css Color HEX #C2B960 Dark Khaki

📋 copy color: '#C2B960'

red 194 ◦ green 185 ◦ blue 96

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

Shades of Dark Khaki #C2B960

Tints of Dark Khaki #C2B960

RGB

 RED value IS 194 (76.17% from 255) = 40.84%

 GREEN value IS 185 (72.66% from 255) = 38.95%

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

R = 40.84%
G = 38.95%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2B960 (or 0xC2B960) is known color: Dark Khaki. HEX triplet: C2, B9 and 60. RGB value is (194,185,96). Sum of RGB (Red+Green+Blue) = 194+185+96=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B960 is #3D469F. Grayscale: #B1B1B1. Windows color (decimal): -4015776 or 6339010. OLE color: 6339010.

HSL color Cylindrical-coordinate representation of color #C2B960: hue angle of 54.49º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2B960 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 96 -
CMYK 0 0.05 0.51 0.24
HSL 54.49º 0.45% 0.57% -
HSV(B) 54.49º 0.51% 0.76% -
XYZ 41.71 47.01 17.94 -
YUV 177.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 194 185 96 0 0.05 0.51 0.24 54.49 0.45 0.57
Hex C2 B9 60 0 5 33 18 36 2D 39
Octal 302 271 140 0 5 63 30 66 55 71
Binary 11000010 10111001 1100000 0 101 110011 11000 110110 101101 111001

Color Harmonies of #C2B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B960

Black with #C2B960

Text Example


Text Example

White with #C2B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B960; }

 p { color: rgb(194,185,96); }

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

background-color css

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

 a { background-color: rgb(194,185,96); }

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

border-color css

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

 span { border-color: rgb(194,185,96); }

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