Html Css Color HEX #CE7170 Contessa

📋 copy color: '#CE7170'

red 206 ◦ green 113 ◦ blue 112

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

Shades of Contessa #CE7170

Tints of Contessa #CE7170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.22%

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

R = 47.8%
G = 26.22%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE7170 (or 0xCE7170) is known color: Contessa. HEX triplet: CE, 71 and 70. RGB value is (206,113,112). Sum of RGB (Red+Green+Blue) = 206+113+112=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7170 is #318E8F. Grayscale: #8C8C8C. Windows color (decimal): -3247760 or 7369166. OLE color: 7369166.

HSL color Cylindrical-coordinate representation of color #CE7170: hue angle of 0.64º 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 #CE7170 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 112 -
CMYK 0 0.45 0.46 0.19
HSL 0.64º 0.49% 0.62% -
HSV(B) 0.64º 0.46% 0.81% -
XYZ 34.28 26.1 18.56 -
YUV 140.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 206 113 112 0 0.45 0.46 0.19 0.64 0.49 0.62
Hex CE 71 70 0 2D 2E 13 1 31 3E
Octal 316 161 160 0 55 56 23 1 61 76
Binary 11001110 1110001 1110000 0 101101 101110 10011 1 110001 111110

Color Harmonies of #CE7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7170

Black with #CE7170

Text Example


Text Example

White with #CE7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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