Html Css Color HEX #CD7370 Contessa

📋 copy color: '#CD7370'

red 205 ◦ green 115 ◦ blue 112

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

Shades of Contessa #CD7370

Tints of Contessa #CD7370

RGB

 RED value IS 205 (80.47% from 255) = 47.45%

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 47.45%
G = 26.62%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD7370 (or 0xCD7370) is known color: Contessa. HEX triplet: CD, 73 and 70. RGB value is (205,115,112). Sum of RGB (Red+Green+Blue) = 205+115+112=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7370 is #328C8F. Grayscale: #8D8D8D. Windows color (decimal): -3312784 or 7369677. OLE color: 7369677.

HSL color Cylindrical-coordinate representation of color #CD7370: hue angle of 1.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7370 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 115 112 -
CMYK 0 0.44 0.45 0.20
HSL 1.94º 0.48% 0.62% -
HSV(B) 1.94º 0.45% 0.8% -
XYZ 34.23 26.41 18.62 -
YUV 141.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 205 115 112 0 0.44 0.45 0.20 1.94 0.48 0.62
Hex CD 73 70 0 2C 2D 14 2 30 3E
Octal 315 163 160 0 54 55 24 2 60 76
Binary 11001101 1110011 1110000 0 101100 101101 10100 10 110000 111110

Color Harmonies of #CD7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7370

Black with #CD7370

Text Example


Text Example

White with #CD7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7370; }

 p { color: rgb(205,115,112); }

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

background-color css

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

 a { background-color: rgb(205,115,112); }

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

border-color css

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

 span { border-color: rgb(205,115,112); }

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