Html Css Color HEX #C3BC6F Dark Khaki

📋 copy color: '#C3BC6F'

red 195 ◦ green 188 ◦ blue 111

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

Shades of Dark Khaki #C3BC6F

Tints of Dark Khaki #C3BC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 39.47%
G = 38.06%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3BC6F (or 0xC3BC6F) is known color: Dark Khaki. HEX triplet: C3, BC and 6F. RGB value is (195,188,111). Sum of RGB (Red+Green+Blue) = 195+188+111=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC6F is #3C4390. Grayscale: #B5B5B5. Windows color (decimal): -3949457 or 7322819. OLE color: 7322819.

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

Color convert

RGB 195 188 111 -
CMYK 0 0.04 0.43 0.24
HSL 55º 0.41% 0.6% -
HSV(B) 55º 0.43% 0.76% -
XYZ 43.36 48.72 22.16 -
YUV 181.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 195 188 111 0 0.04 0.43 0.24 55 0.41 0.6
Hex C3 BC 6F 0 4 2B 18 37 29 3C
Octal 303 274 157 0 4 53 30 67 51 74
Binary 11000011 10111100 1101111 0 100 101011 11000 110111 101001 111100

Color Harmonies of #C3BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC6F

Black with #C3BC6F

Text Example


Text Example

White with #C3BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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