Html Css Color HEX #CB7373 Contessa

📋 copy color: '#CB7373'

red 203 ◦ green 115 ◦ blue 115

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

Shades of Contessa #CB7373

Tints of Contessa #CB7373

RGB

 RED value IS 203 (79.69% from 255) = 46.88%

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

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

R = 46.88%
G = 26.56%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB7373 (or 0xCB7373) is known color: Contessa. HEX triplet: CB, 73 and 73. RGB value is (203,115,115). Sum of RGB (Red+Green+Blue) = 203+115+115=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7373 is #348C8C. Grayscale: #8D8D8D. Windows color (decimal): -3443853 or 7566283. OLE color: 7566283.

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

Color convert

RGB 203 115 115 -
CMYK 0 0.43 0.43 0.20
HSL 0.46% 0.62% -
HSV(B) 0.43% 0.8% -
XYZ 33.85 26.2 19.49 -
YUV 141.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 203 115 115 0 0.43 0.43 0.20 0 0.46 0.62
Hex CB 73 73 0 2B 2B 14 0 2E 3E
Octal 313 163 163 0 53 53 24 0 56 76
Binary 11001011 1110011 1110011 0 101011 101011 10100 0 101110 111110

Color Harmonies of #CB7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7373

Black with #CB7373

Text Example


Text Example

White with #CB7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7373; }

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

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

background-color css

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

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

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

border-color css

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

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

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