Html Css Color HEX #C5695F Contessa

📋 copy color: '#C5695F'

red 197 ◦ green 105 ◦ blue 95

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

Shades of Contessa #C5695F

Tints of Contessa #C5695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 49.62%
G = 26.45%
B = 23.93%

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

#C5695F (or 0xC5695F) is known color: Contessa. HEX triplet: C5, 69 and 5F. RGB value is (197,105,95). Sum of RGB (Red+Green+Blue) = 197+105+95=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5695F is #3A96A0. Grayscale: #838383. Windows color (decimal): -3839649 or 6252997. OLE color: 6252997.

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

Color convert

RGB 197 105 95 -
CMYK 0 0.47 0.52 0.23
HSL 5.88º 0.47% 0.57% -
HSV(B) 5.88º 0.52% 0.77% -
XYZ 30.14 22.8 13.64 -
YUV 131.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 197 105 95 0 0.47 0.52 0.23 5.88 0.47 0.57
Hex C5 69 5F 0 2F 34 17 6 2F 39
Octal 305 151 137 0 57 64 27 6 57 71
Binary 11000101 1101001 1011111 0 101111 110100 10111 110 101111 111001

Color Harmonies of #C5695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5695F

Black with #C5695F

Text Example


Text Example

White with #C5695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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