Html Css Color HEX #C3BC75 Dark Khaki

📋 copy color: '#C3BC75'

red 195 ◦ green 188 ◦ blue 117

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

Shades of Dark Khaki #C3BC75

Tints of Dark Khaki #C3BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 39%
G = 37.6%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C3BC75 (or 0xC3BC75) is known color: Dark Khaki. HEX triplet: C3, BC and 75. RGB value is (195,188,117). Sum of RGB (Red+Green+Blue) = 195+188+117=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC75 is #3C438A. Grayscale: #B6B6B6. Windows color (decimal): -3949451 or 7716035. OLE color: 7716035.

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

Color convert

RGB 195 188 117 -
CMYK 0 0.04 0.4 0.24
HSL 54.62º 0.39% 0.61% -
HSV(B) 54.62º 0.4% 0.76% -
XYZ 43.7 48.85 23.96 -
YUV 182 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 195 188 117 0 0.04 0.4 0.24 54.62 0.39 0.61
Hex C3 BC 75 0 4 28 18 37 27 3D
Octal 303 274 165 0 4 50 30 67 47 75
Binary 11000011 10111100 1110101 0 100 101000 11000 110111 100111 111101

Color Harmonies of #C3BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC75

Black with #C3BC75

Text Example


Text Example

White with #C3BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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