Html Css Color HEX #C3BC73 Dark Khaki

📋 copy color: '#C3BC73'

red 195 ◦ green 188 ◦ blue 115

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

Shades of Dark Khaki #C3BC73

Tints of Dark Khaki #C3BC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 39.16%
G = 37.75%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3BC73 (or 0xC3BC73) is known color: Dark Khaki. HEX triplet: C3, BC and 73. RGB value is (195,188,115). Sum of RGB (Red+Green+Blue) = 195+188+115=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC73 is #3C438C. Grayscale: #B6B6B6. Windows color (decimal): -3949453 or 7584963. OLE color: 7584963.

HSL color Cylindrical-coordinate representation of color #C3BC73: hue angle of 54.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3BC73 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 115 -
CMYK 0 0.04 0.41 0.24
HSL 54.75º 0.4% 0.61% -
HSV(B) 54.75º 0.41% 0.76% -
XYZ 43.58 48.81 23.34 -
YUV 181.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 195 188 115 0 0.04 0.41 0.24 54.75 0.4 0.61
Hex C3 BC 73 0 4 29 18 37 28 3D
Octal 303 274 163 0 4 51 30 67 50 75
Binary 11000011 10111100 1110011 0 100 101001 11000 110111 101000 111101

Color Harmonies of #C3BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC73

Black with #C3BC73

Text Example


Text Example

White with #C3BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC73; }

 p { color: rgb(195,188,115); }

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

background-color css

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

 a { background-color: rgb(195,188,115); }

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

border-color css

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

 span { border-color: rgb(195,188,115); }

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