Html Css Color HEX #CE7370 Contessa

📋 copy color: '#CE7370'

red 206 ◦ green 115 ◦ blue 112

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

Shades of Contessa #CE7370

Tints of Contessa #CE7370

RGB

 RED value IS 206 (80.86% from 255) = 47.58%

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

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

R = 47.58%
G = 26.56%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE7370 (or 0xCE7370) is known color: Contessa. HEX triplet: CE, 73 and 70. RGB value is (206,115,112). Sum of RGB (Red+Green+Blue) = 206+115+112=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7370 is #318C8F. Grayscale: #8D8D8D. Windows color (decimal): -3247248 or 7369678. OLE color: 7369678.

HSL color Cylindrical-coordinate representation of color #CE7370: hue angle of 1.91º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7370 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 112 -
CMYK 0 0.44 0.46 0.19
HSL 1.91º 0.49% 0.62% -
HSV(B) 1.91º 0.46% 0.81% -
XYZ 34.51 26.55 18.64 -
YUV 141.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 206 115 112 0 0.44 0.46 0.19 1.91 0.49 0.62
Hex CE 73 70 0 2C 2E 13 2 31 3E
Octal 316 163 160 0 54 56 23 2 61 76
Binary 11001110 1110011 1110000 0 101100 101110 10011 10 110001 111110

Color Harmonies of #CE7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7370

Black with #CE7370

Text Example


Text Example

White with #CE7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7370; }

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

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

background-color css

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

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

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

border-color css

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

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

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