Html Css Color HEX #C5726A Contessa

📋 copy color: '#C5726A'

red 197 ◦ green 114 ◦ blue 106

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

Shades of Contessa #C5726A

Tints of Contessa #C5726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 47.24%
G = 27.34%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5726A (or 0xC5726A) is known color: Contessa. HEX triplet: C5, 72 and 6A. RGB value is (197,114,106). Sum of RGB (Red+Green+Blue) = 197+114+106=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5726A is #3A8D95. Grayscale: #8A8A8A. Windows color (decimal): -3837334 or 6976197. OLE color: 6976197.

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

Color convert

RGB 197 114 106 -
CMYK 0 0.42 0.46 0.23
HSL 5.27º 0.44% 0.59% -
HSV(B) 5.27º 0.46% 0.77% -
XYZ 31.64 24.95 16.78 -
YUV 137.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 197 114 106 0 0.42 0.46 0.23 5.27 0.44 0.59
Hex C5 72 6A 0 2A 2E 17 5 2C 3B
Octal 305 162 152 0 52 56 27 5 54 73
Binary 11000101 1110010 1101010 0 101010 101110 10111 101 101100 111011

Color Harmonies of #C5726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5726A

Black with #C5726A

Text Example


Text Example

White with #C5726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5726A; }

 p { color: rgb(197,114,106); }

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

background-color css

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

 a { background-color: rgb(197,114,106); }

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

border-color css

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

 span { border-color: rgb(197,114,106); }

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