Html Css Color HEX #CC7373 Contessa

📋 copy color: '#CC7373'

red 204 ◦ green 115 ◦ blue 115

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

Shades of Contessa #CC7373

Tints of Contessa #CC7373

RGB

 RED value IS 204 (80.08% from 255) = 47%

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

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 47%
G = 26.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC7373 (or 0xCC7373) is known color: Contessa. HEX triplet: CC, 73 and 73. RGB value is (204,115,115). Sum of RGB (Red+Green+Blue) = 204+115+115=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7373 is #338C8C. Grayscale: #8D8D8D. Windows color (decimal): -3378317 or 7566284. OLE color: 7566284.

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

Color convert

RGB 204 115 115 -
CMYK 0 0.44 0.44 0.2
HSL 0.47% 0.63% -
HSV(B) 0.44% 0.8% -
XYZ 34.13 26.34 19.5 -
YUV 141.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 204 115 115 0 0.44 0.44 0.2 0 0.47 0.63
Hex CC 73 73 0 2C 2C 14 0 2F 3F
Octal 314 163 163 0 54 54 24 0 57 77
Binary 11001100 1110011 1110011 0 101100 101100 10100 0 101111 111111

Color Harmonies of #CC7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7373

Black with #CC7373

Text Example


Text Example

White with #CC7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7373; }

 p { color: rgb(204,115,115); }

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

background-color css

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

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

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

border-color css

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

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

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