Html Css Color HEX #C3B564 Dark Khaki

📋 copy color: '#C3B564'

red 195 ◦ green 181 ◦ blue 100

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

Shades of Dark Khaki #C3B564

Tints of Dark Khaki #C3B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

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

R = 40.97%
G = 38.03%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3B564 (or 0xC3B564) is known color: Dark Khaki. HEX triplet: C3, B5 and 64. RGB value is (195,181,100). Sum of RGB (Red+Green+Blue) = 195+181+100=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B564 is #3C4A9B. Grayscale: #B0B0B0. Windows color (decimal): -3951260 or 6600131. OLE color: 6600131.

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

Color convert

RGB 195 181 100 -
CMYK 0 0.07 0.49 0.24
HSL 51.16º 0.44% 0.58% -
HSV(B) 51.16º 0.49% 0.76% -
XYZ 41.33 45.57 18.67 -
YUV 175.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 195 181 100 0 0.07 0.49 0.24 51.16 0.44 0.58
Hex C3 B5 64 0 7 31 18 33 2C 3A
Octal 303 265 144 0 7 61 30 63 54 72
Binary 11000011 10110101 1100100 0 111 110001 11000 110011 101100 111010

Color Harmonies of #C3B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B564

Black with #C3B564

Text Example


Text Example

White with #C3B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B564; }

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

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

background-color css

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

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

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

border-color css

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

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

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