Html Css Color HEX #C33048 Old Rose

📋 copy color: '#C33048'

red 195 ◦ green 48 ◦ blue 72

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

Shades of Old Rose #C33048

Tints of Old Rose #C33048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 61.9%
G = 15.24%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C33048 (or 0xC33048) is known color: Old Rose. HEX triplet: C3, 30 and 48. RGB value is (195,48,72). Sum of RGB (Red+Green+Blue) = 195+48+72=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33048 is #3CCFB7. Grayscale: #5E5E5E. Windows color (decimal): -3985336 or 4731075. OLE color: 4731075.

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

Color convert

RGB 195 48 72 -
CMYK 0 0.75 0.63 0.24
HSL 350.2º 0.6% 0.48% -
HSV(B) 350.2º 0.75% 0.76% -
XYZ 24.73 14.18 7.57 -
YUV 94.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 195 48 72 0 0.75 0.63 0.24 350.2 0.6 0.48
Hex C3 30 48 0 4B 3F 18 15E 3C 30
Octal 303 60 110 0 113 77 30 536 74 60
Binary 11000011 110000 1001000 0 1001011 111111 11000 101011110 111100 110000

Color Harmonies of #C33048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33048

Black with #C33048

Text Example


Text Example

White with #C33048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33048; }

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

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

background-color css

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

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

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

border-color css

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

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

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