Html Css Color HEX #C57069 Contessa

📋 copy color: '#C57069'

red 197 ◦ green 112 ◦ blue 105

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

Shades of Contessa #C57069

Tints of Contessa #C57069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.36%

R = 47.58%
G = 27.05%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C57069 (or 0xC57069) is known color: Contessa. HEX triplet: C5, 70 and 69. RGB value is (197,112,105). Sum of RGB (Red+Green+Blue) = 197+112+105=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C57069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57069 is #3A8F96. Grayscale: #888888. Windows color (decimal): -3837847 or 6910149. OLE color: 6910149.

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

Color convert

RGB 197 112 105 -
CMYK 0 0.43 0.47 0.23
HSL 4.57º 0.44% 0.59% -
HSV(B) 4.57º 0.47% 0.77% -
XYZ 31.37 24.48 16.44 -
YUV 136.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 197 112 105 0 0.43 0.47 0.23 4.57 0.44 0.59
Hex C5 70 69 0 2B 2F 17 5 2C 3B
Octal 305 160 151 0 53 57 27 5 54 73
Binary 11000101 1110000 1101001 0 101011 101111 10111 101 101100 111011

Color Harmonies of #C57069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57069

Black with #C57069

Text Example


Text Example

White with #C57069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57069; }

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

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

background-color css

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

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

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

border-color css

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

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

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