Html Css Color HEX #C33448 Old Rose

📋 copy color: '#C33448'

red 195 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #C33448

Tints of Old Rose #C33448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 61.13%
G = 16.3%
B = 22.57%

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

#C33448 (or 0xC33448) is known color: Old Rose. HEX triplet: C3, 34 and 48. RGB value is (195,52,72). Sum of RGB (Red+Green+Blue) = 195+52+72=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C33448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33448 is #3CCBB7. Grayscale: #616161. Windows color (decimal): -3984312 or 4732099. OLE color: 4732099.

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

Color convert

RGB 195 52 72 -
CMYK 0 0.73 0.63 0.24
HSL 351.61º 0.58% 0.48% -
HSV(B) 351.61º 0.73% 0.76% -
XYZ 24.9 14.53 7.62 -
YUV 97.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 195 52 72 0 0.73 0.63 0.24 351.61 0.58 0.48
Hex C3 34 48 0 49 3F 18 160 3A 30
Octal 303 64 110 0 111 77 30 540 72 60
Binary 11000011 110100 1001000 0 1001001 111111 11000 101100000 111010 110000

Color Harmonies of #C33448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33448

Black with #C33448

Text Example


Text Example

White with #C33448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33448; }

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

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

background-color css

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

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

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

border-color css

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

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

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