Html Css Color HEX #C3715F Contessa

📋 copy color: '#C3715F'

red 195 ◦ green 113 ◦ blue 95

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

Shades of Contessa #C3715F

Tints of Contessa #C3715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

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

R = 48.39%
G = 28.04%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3715F (or 0xC3715F) is known color: Contessa. HEX triplet: C3, 71 and 5F. RGB value is (195,113,95). Sum of RGB (Red+Green+Blue) = 195+113+95=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3715F is #3C8EA0. Grayscale: #878787. Windows color (decimal): -3968673 or 6255043. OLE color: 6255043.

HSL color Cylindrical-coordinate representation of color #C3715F: hue angle of 10.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 #C3715F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 95 -
CMYK 0 0.42 0.51 0.24
HSL 10.8º 0.45% 0.57% -
HSV(B) 10.8º 0.51% 0.76% -
XYZ 30.48 24.24 13.9 -
YUV 135.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 195 113 95 0 0.42 0.51 0.24 10.8 0.45 0.57
Hex C3 71 5F 0 2A 33 18 B 2D 39
Octal 303 161 137 0 52 63 30 13 55 71
Binary 11000011 1110001 1011111 0 101010 110011 11000 1011 101101 111001

Color Harmonies of #C3715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3715F

Black with #C3715F

Text Example


Text Example

White with #C3715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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