Html Css Color HEX #C33A49 Old Rose

📋 copy color: '#C33A49'

red 195 ◦ green 58 ◦ blue 73

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

Shades of Old Rose #C33A49

Tints of Old Rose #C33A49

RGB

 RED value IS 195 (76.56% from 255) = 59.82%

 GREEN value IS 58 (23.05% from 255) = 17.79%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 59.82%
G = 17.79%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C33A49 (or 0xC33A49) is known color: Old Rose. HEX triplet: C3, 3A and 49. RGB value is (195,58,73). Sum of RGB (Red+Green+Blue) = 195+58+73=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A49 is #3CC5B6. Grayscale: #646464. Windows color (decimal): -3982775 or 4799171. OLE color: 4799171.

HSL color Cylindrical-coordinate representation of color #C33A49: hue angle of 353.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A49 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 73 -
CMYK 0 0.70 0.63 0.24
HSL 353.43º 0.54% 0.5% -
HSV(B) 353.43º 0.7% 0.76% -
XYZ 25.22 15.11 7.89 -
YUV 100.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 195 58 73 0 0.70 0.63 0.24 353.43 0.54 0.5
Hex C3 3A 49 0 46 3F 18 161 36 32
Octal 303 72 111 0 106 77 30 541 66 62
Binary 11000011 111010 1001001 0 1000110 111111 11000 101100001 110110 110010

Color Harmonies of #C33A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A49

Black with #C33A49

Text Example


Text Example

White with #C33A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A49; }

 p { color: rgb(195,58,73); }

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

background-color css

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

 a { background-color: rgb(195,58,73); }

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

border-color css

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

 span { border-color: rgb(195,58,73); }

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