Html Css Color HEX #C73B4B Old Rose

📋 copy color: '#C73B4B'

red 199 ◦ green 59 ◦ blue 75

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

Shades of Old Rose #C73B4B

Tints of Old Rose #C73B4B

RGB

 RED value IS 199 (78.13% from 255) = 59.76%

 GREEN value IS 59 (23.44% from 255) = 17.72%

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 59.76%
G = 17.72%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C73B4B (or 0xC73B4B) is known color: Old Rose. HEX triplet: C7, 3B and 4B. RGB value is (199,59,75). Sum of RGB (Red+Green+Blue) = 199+59+75=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B4B is #38C4B4. Grayscale: #666666. Windows color (decimal): -3720373 or 4930503. OLE color: 4930503.

HSL color Cylindrical-coordinate representation of color #C73B4B: hue angle of 353.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B4B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 75 -
CMYK 0 0.70 0.62 0.22
HSL 353.14º 0.56% 0.51% -
HSV(B) 353.14º 0.7% 0.78% -
XYZ 26.39 15.78 8.31 -
YUV 102.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 199 59 75 0 0.70 0.62 0.22 353.14 0.56 0.51
Hex C7 3B 4B 0 46 3E 16 161 38 33
Octal 307 73 113 0 106 76 26 541 70 63
Binary 11000111 111011 1001011 0 1000110 111110 10110 101100001 111000 110011

Color Harmonies of #C73B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B4B

Black with #C73B4B

Text Example


Text Example

White with #C73B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B4B; }

 p { color: rgb(199,59,75); }

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

background-color css

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

 a { background-color: rgb(199,59,75); }

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

border-color css

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

 span { border-color: rgb(199,59,75); }

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