Html Css Color HEX #C33449 Old Rose

📋 copy color: '#C33449'

red 195 ◦ green 52 ◦ blue 73

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

Shades of Old Rose #C33449

Tints of Old Rose #C33449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 60.94%
G = 16.25%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C33449 (or 0xC33449) is known color: Old Rose. HEX triplet: C3, 34 and 49. RGB value is (195,52,73). Sum of RGB (Red+Green+Blue) = 195+52+73=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C33449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33449 is #3CCBB6. Grayscale: #616161. Windows color (decimal): -3984311 or 4797635. OLE color: 4797635.

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

Color convert

RGB 195 52 73 -
CMYK 0 0.73 0.63 0.24
HSL 351.19º 0.58% 0.48% -
HSV(B) 351.19º 0.73% 0.76% -
XYZ 24.94 14.54 7.8 -
YUV 97.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 195 52 73 0 0.73 0.63 0.24 351.19 0.58 0.48
Hex C3 34 49 0 49 3F 18 15F 3A 30
Octal 303 64 111 0 111 77 30 537 72 60
Binary 11000011 110100 1001001 0 1001001 111111 11000 101011111 111010 110000

Color Harmonies of #C33449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33449

Black with #C33449

Text Example


Text Example

White with #C33449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33449; }

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

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

background-color css

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

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

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

border-color css

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

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

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