Html Css Color HEX #C2B965 Dark Khaki

📋 copy color: '#C2B965'

red 194 ◦ green 185 ◦ blue 101

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

Shades of Dark Khaki #C2B965

Tints of Dark Khaki #C2B965

RGB

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

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

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

R = 40.42%
G = 38.54%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2B965 (or 0xC2B965) is known color: Dark Khaki. HEX triplet: C2, B9 and 65. RGB value is (194,185,101). Sum of RGB (Red+Green+Blue) = 194+185+101=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B965 is #3D469A. Grayscale: #B2B2B2. Windows color (decimal): -4015771 or 6666690. OLE color: 6666690.

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

Color convert

RGB 194 185 101 -
CMYK 0 0.05 0.48 0.24
HSL 54.19º 0.43% 0.58% -
HSV(B) 54.19º 0.48% 0.76% -
XYZ 41.95 47.11 19.19 -
YUV 178.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 194 185 101 0 0.05 0.48 0.24 54.19 0.43 0.58
Hex C2 B9 65 0 5 30 18 36 2B 3A
Octal 302 271 145 0 5 60 30 66 53 72
Binary 11000010 10111001 1100101 0 101 110000 11000 110110 101011 111010

Color Harmonies of #C2B965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B965

Black with #C2B965

Text Example


Text Example

White with #C2B965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B965; }

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

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

background-color css

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

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

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

border-color css

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

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

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