Html Css Color HEX #C33552 Old Rose

📋 copy color: '#C33552'

red 195 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #C33552

Tints of Old Rose #C33552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 59.09%
G = 16.06%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C33552 (or 0xC33552) is known color: Old Rose. HEX triplet: C3, 35 and 52. RGB value is (195,53,82). Sum of RGB (Red+Green+Blue) = 195+53+82=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33552 is #3CCAAD. Grayscale: #626262. Windows color (decimal): -3984046 or 5387715. OLE color: 5387715.

HSL color Cylindrical-coordinate representation of color #C33552: hue angle of 347.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33552 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 82 -
CMYK 0 0.73 0.58 0.24
HSL 347.75º 0.57% 0.49% -
HSV(B) 347.75º 0.73% 0.76% -
XYZ 25.3 14.76 9.5 -
YUV 98.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 195 53 82 0 0.73 0.58 0.24 347.75 0.57 0.49
Hex C3 35 52 0 49 3A 18 15C 39 31
Octal 303 65 122 0 111 72 30 534 71 61
Binary 11000011 110101 1010010 0 1001001 111010 11000 101011100 111001 110001

Color Harmonies of #C33552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33552

Black with #C33552

Text Example


Text Example

White with #C33552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33552; }

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

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

background-color css

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

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

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

border-color css

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

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

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