Html Css Color HEX #C3B966 Dark Khaki

📋 copy color: '#C3B966'

red 195 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #C3B966

Tints of Dark Khaki #C3B966

RGB

 RED value IS 195 (76.56% from 255) = 40.46%

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

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 40.46%
G = 38.38%
B = 21.16%

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

#C3B966 (or 0xC3B966) is known color: Dark Khaki. HEX triplet: C3, B9 and 66. RGB value is (195,185,102). Sum of RGB (Red+Green+Blue) = 195+185+102=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B966 is #3C4699. Grayscale: #B2B2B2. Windows color (decimal): -3950234 or 6732227. OLE color: 6732227.

HSL color Cylindrical-coordinate representation of color #C3B966: hue angle of 53.55º degrees, saturation: 0.44, 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 #C3B966 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 185 102 -
CMYK 0 0.05 0.48 0.24
HSL 53.55º 0.44% 0.58% -
HSV(B) 53.55º 0.48% 0.76% -
XYZ 42.25 47.26 19.47 -
YUV 178.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 195 185 102 0 0.05 0.48 0.24 53.55 0.44 0.58
Hex C3 B9 66 0 5 30 18 36 2C 3A
Octal 303 271 146 0 5 60 30 66 54 72
Binary 11000011 10111001 1100110 0 101 110000 11000 110110 101100 111010

Color Harmonies of #C3B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B966

Black with #C3B966

Text Example


Text Example

White with #C3B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B966; }

 p { color: rgb(195,185,102); }

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

background-color css

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

 a { background-color: rgb(195,185,102); }

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

border-color css

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

 span { border-color: rgb(195,185,102); }

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