Html Css Color HEX #C5685F Contessa

📋 copy color: '#C5685F'

red 197 ◦ green 104 ◦ blue 95

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

Shades of Contessa #C5685F

Tints of Contessa #C5685F

RGB

 RED value IS 197 (77.34% from 255) = 49.75%

 GREEN value IS 104 (41.02% from 255) = 26.26%

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

R = 49.75%
G = 26.26%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5685F (or 0xC5685F) is known color: Contessa. HEX triplet: C5, 68 and 5F. RGB value is (197,104,95). Sum of RGB (Red+Green+Blue) = 197+104+95=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5685F is #3A97A0. Grayscale: #828282. Windows color (decimal): -3839905 or 6252741. OLE color: 6252741.

HSL color Cylindrical-coordinate representation of color #C5685F: hue angle of 5.29º degrees, saturation: 0.47, 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 #C5685F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 95 -
CMYK 0 0.47 0.52 0.23
HSL 5.29º 0.47% 0.57% -
HSV(B) 5.29º 0.52% 0.77% -
XYZ 30.04 22.6 13.6 -
YUV 130.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 197 104 95 0 0.47 0.52 0.23 5.29 0.47 0.57
Hex C5 68 5F 0 2F 34 17 5 2F 39
Octal 305 150 137 0 57 64 27 5 57 71
Binary 11000101 1101000 1011111 0 101111 110100 10111 101 101111 111001

Color Harmonies of #C5685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5685F

Black with #C5685F

Text Example


Text Example

White with #C5685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5685F; }

 p { color: rgb(197,104,95); }

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

background-color css

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

 a { background-color: rgb(197,104,95); }

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

border-color css

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

 span { border-color: rgb(197,104,95); }

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