Html Css Color HEX #CE7372 Contessa

📋 copy color: '#CE7372'

red 206 ◦ green 115 ◦ blue 114

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

Shades of Contessa #CE7372

Tints of Contessa #CE7372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 47.36%
G = 26.44%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE7372 (or 0xCE7372) is known color: Contessa. HEX triplet: CE, 73 and 72. RGB value is (206,115,114). Sum of RGB (Red+Green+Blue) = 206+115+114=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7372 is #318C8D. Grayscale: #8E8E8E. Windows color (decimal): -3247246 or 7500750. OLE color: 7500750.

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

Color convert

RGB 206 115 114 -
CMYK 0 0.44 0.45 0.19
HSL 0.65º 0.48% 0.63% -
HSV(B) 0.65º 0.45% 0.81% -
XYZ 34.62 26.6 19.23 -
YUV 142.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 206 115 114 0 0.44 0.45 0.19 0.65 0.48 0.63
Hex CE 73 72 0 2C 2D 13 1 30 3F
Octal 316 163 162 0 54 55 23 1 60 77
Binary 11001110 1110011 1110010 0 101100 101101 10011 1 110000 111111

Color Harmonies of #CE7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7372

Black with #CE7372

Text Example


Text Example

White with #CE7372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7372; }

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

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

background-color css

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

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

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

border-color css

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

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

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