Html Css Color HEX #C57C75 Contessa

📋 copy color: '#C57C75'

red 197 ◦ green 124 ◦ blue 117

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

Shades of Contessa #C57C75

Tints of Contessa #C57C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 44.98%
G = 28.31%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C57C75 (or 0xC57C75) is known color: Contessa. HEX triplet: C5, 7C and 75. RGB value is (197,124,117). Sum of RGB (Red+Green+Blue) = 197+124+117=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C75 is #3A838A. Grayscale: #919191. Windows color (decimal): -3834763 or 7699653. OLE color: 7699653.

HSL color Cylindrical-coordinate representation of color #C57C75: hue angle of 5.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57C75 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 117 -
CMYK 0 0.37 0.41 0.23
HSL 5.25º 0.41% 0.62% -
HSV(B) 5.25º 0.41% 0.77% -
XYZ 33.44 27.57 20.39 -
YUV 145.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 197 124 117 0 0.37 0.41 0.23 5.25 0.41 0.62
Hex C5 7C 75 0 25 29 17 5 29 3E
Octal 305 174 165 0 45 51 27 5 51 76
Binary 11000101 1111100 1110101 0 100101 101001 10111 101 101001 111110

Color Harmonies of #C57C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C75

Black with #C57C75

Text Example


Text Example

White with #C57C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C75; }

 p { color: rgb(197,124,117); }

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

background-color css

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

 a { background-color: rgb(197,124,117); }

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

border-color css

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

 span { border-color: rgb(197,124,117); }

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