Html Css Color HEX #C3B573 Dark Khaki

📋 copy color: '#C3B573'

red 195 ◦ green 181 ◦ blue 115

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

Shades of Dark Khaki #C3B573

Tints of Dark Khaki #C3B573

RGB

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

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

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

R = 39.71%
G = 36.86%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3B573 (or 0xC3B573) is known color: Dark Khaki. HEX triplet: C3, B5 and 73. RGB value is (195,181,115). Sum of RGB (Red+Green+Blue) = 195+181+115=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B573 is #3C4A8C. Grayscale: #B1B1B1. Windows color (decimal): -3951245 or 7583171. OLE color: 7583171.

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

Color convert

RGB 195 181 115 -
CMYK 0 0.07 0.41 0.24
HSL 49.5º 0.4% 0.61% -
HSV(B) 49.5º 0.41% 0.76% -
XYZ 42.12 45.89 22.86 -
YUV 177.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 195 181 115 0 0.07 0.41 0.24 49.5 0.4 0.61
Hex C3 B5 73 0 7 29 18 32 28 3D
Octal 303 265 163 0 7 51 30 62 50 75
Binary 11000011 10110101 1110011 0 111 101001 11000 110010 101000 111101

Color Harmonies of #C3B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B573

Black with #C3B573

Text Example


Text Example

White with #C3B573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B573; }

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

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

background-color css

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

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

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

border-color css

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

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

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