Html Css Color HEX #C4705F Contessa

📋 copy color: '#C4705F'

red 196 ◦ green 112 ◦ blue 95

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

Shades of Contessa #C4705F

Tints of Contessa #C4705F

RGB

 RED value IS 196 (76.95% from 255) = 48.64%

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 48.64%
G = 27.79%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4705F (or 0xC4705F) is known color: Contessa. HEX triplet: C4, 70 and 5F. RGB value is (196,112,95). Sum of RGB (Red+Green+Blue) = 196+112+95=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4705F is #3B8FA0. Grayscale: #878787. Windows color (decimal): -3903393 or 6254788. OLE color: 6254788.

HSL color Cylindrical-coordinate representation of color #C4705F: hue angle of 10.1º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4705F is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 95 -
CMYK 0 0.43 0.52 0.23
HSL 10.1º 0.46% 0.57% -
HSV(B) 10.1º 0.52% 0.77% -
XYZ 30.62 24.15 13.87 -
YUV 135.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 196 112 95 0 0.43 0.52 0.23 10.1 0.46 0.57
Hex C4 70 5F 0 2B 34 17 A 2E 39
Octal 304 160 137 0 53 64 27 12 56 71
Binary 11000100 1110000 1011111 0 101011 110100 10111 1010 101110 111001

Color Harmonies of #C4705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4705F

Black with #C4705F

Text Example


Text Example

White with #C4705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4705F; }

 p { color: rgb(196,112,95); }

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

background-color css

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

 a { background-color: rgb(196,112,95); }

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

border-color css

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

 span { border-color: rgb(196,112,95); }

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