Html Css Color HEX #C3B75F Dark Khaki

📋 copy color: '#C3B75F'

red 195 ◦ green 183 ◦ blue 95

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

Shades of Dark Khaki #C3B75F

Tints of Dark Khaki #C3B75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.08%

R = 41.23%
G = 38.69%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3B75F (or 0xC3B75F) is known color: Dark Khaki. HEX triplet: C3, B7 and 5F. RGB value is (195,183,95). Sum of RGB (Red+Green+Blue) = 195+183+95=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B75F is #3C48A0. Grayscale: #B0B0B0. Windows color (decimal): -3950753 or 6272963. OLE color: 6272963.

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

Color convert

RGB 195 183 95 -
CMYK 0 0.06 0.51 0.24
HSL 52.8º 0.45% 0.57% -
HSV(B) 52.8º 0.51% 0.76% -
XYZ 41.5 46.3 17.57 -
YUV 176.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 195 183 95 0 0.06 0.51 0.24 52.8 0.45 0.57
Hex C3 B7 5F 0 6 33 18 35 2D 39
Octal 303 267 137 0 6 63 30 65 55 71
Binary 11000011 10110111 1011111 0 110 110011 11000 110101 101101 111001

Color Harmonies of #C3B75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B75F

Black with #C3B75F

Text Example


Text Example

White with #C3B75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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