Html Css Color HEX #C33A52 Old Rose

📋 copy color: '#C33A52'

red 195 ◦ green 58 ◦ blue 82

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

Shades of Old Rose #C33A52

Tints of Old Rose #C33A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 58.21%
G = 17.31%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C33A52 (or 0xC33A52) is known color: Old Rose. HEX triplet: C3, 3A and 52. RGB value is (195,58,82). Sum of RGB (Red+Green+Blue) = 195+58+82=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A52 is #3CC5AD. Grayscale: #656565. Windows color (decimal): -3982766 or 5388995. OLE color: 5388995.

HSL color Cylindrical-coordinate representation of color #C33A52: hue angle of 349.49º 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 #C33A52 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 82 -
CMYK 0 0.70 0.58 0.24
HSL 349.49º 0.54% 0.5% -
HSV(B) 349.49º 0.7% 0.76% -
XYZ 25.54 15.24 9.58 -
YUV 101.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 195 58 82 0 0.70 0.58 0.24 349.49 0.54 0.5
Hex C3 3A 52 0 46 3A 18 15D 36 32
Octal 303 72 122 0 106 72 30 535 66 62
Binary 11000011 111010 1010010 0 1000110 111010 11000 101011101 110110 110010

Color Harmonies of #C33A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A52

Black with #C33A52

Text Example


Text Example

White with #C33A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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