Html Css Color HEX #C3B864 Dark Khaki

📋 copy color: '#C3B864'

red 195 ◦ green 184 ◦ blue 100

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

Shades of Dark Khaki #C3B864

Tints of Dark Khaki #C3B864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

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

R = 40.71%
G = 38.41%
B = 20.88%

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

#C3B864 (or 0xC3B864) is known color: Dark Khaki. HEX triplet: C3, B8 and 64. RGB value is (195,184,100). Sum of RGB (Red+Green+Blue) = 195+184+100=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B864 is #3C479B. Grayscale: #B2B2B2. Windows color (decimal): -3950492 or 6600899. OLE color: 6600899.

HSL color Cylindrical-coordinate representation of color #C3B864: hue angle of 53.05º 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 #C3B864 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 184 100 -
CMYK 0 0.06 0.49 0.24
HSL 53.05º 0.44% 0.58% -
HSV(B) 53.05º 0.49% 0.76% -
XYZ 41.95 46.8 18.88 -
YUV 177.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 195 184 100 0 0.06 0.49 0.24 53.05 0.44 0.58
Hex C3 B8 64 0 6 31 18 35 2C 3A
Octal 303 270 144 0 6 61 30 65 54 72
Binary 11000011 10111000 1100100 0 110 110001 11000 110101 101100 111010

Color Harmonies of #C3B864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B864

Black with #C3B864

Text Example


Text Example

White with #C3B864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B864; }

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

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

background-color css

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

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

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

border-color css

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

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

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