Html Css Color HEX #C3B764 Dark Khaki

📋 copy color: '#C3B764'

red 195 ◦ green 183 ◦ blue 100

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

Shades of Dark Khaki #C3B764

Tints of Dark Khaki #C3B764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.28%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 40.79%
G = 38.28%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3B764 (or 0xC3B764) is known color: Dark Khaki. HEX triplet: C3, B7 and 64. RGB value is (195,183,100). Sum of RGB (Red+Green+Blue) = 195+183+100=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B764 is #3C489B. Grayscale: #B1B1B1. Windows color (decimal): -3950748 or 6600643. OLE color: 6600643.

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

Color convert

RGB 195 183 100 -
CMYK 0 0.06 0.49 0.24
HSL 52.42º 0.44% 0.58% -
HSV(B) 52.42º 0.49% 0.76% -
XYZ 41.74 46.39 18.81 -
YUV 177.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 195 183 100 0 0.06 0.49 0.24 52.42 0.44 0.58
Hex C3 B7 64 0 6 31 18 34 2C 3A
Octal 303 267 144 0 6 61 30 64 54 72
Binary 11000011 10110111 1100100 0 110 110001 11000 110100 101100 111010

Color Harmonies of #C3B764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B764

Black with #C3B764

Text Example


Text Example

White with #C3B764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B764; }

 p { color: rgb(195,183,100); }

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

background-color css

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

 a { background-color: rgb(195,183,100); }

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

border-color css

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

 span { border-color: rgb(195,183,100); }

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