Html Css Color HEX #C33C5F Old Rose

📋 copy color: '#C33C5F'

red 195 ◦ green 60 ◦ blue 95

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

Shades of Old Rose #C33C5F

Tints of Old Rose #C33C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 55.71%
G = 17.14%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C33C5F (or 0xC33C5F) is known color: Old Rose. HEX triplet: C3, 3C and 5F. RGB value is (195,60,95). Sum of RGB (Red+Green+Blue) = 195+60+95=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C5F is #3CC3A0. Grayscale: #686868. Windows color (decimal): -3982241 or 6241475. OLE color: 6241475.

HSL color Cylindrical-coordinate representation of color #C33C5F: hue angle of 344.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C5F is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 95 -
CMYK 0 0.69 0.51 0.24
HSL 344.44º 0.53% 0.5% -
HSV(B) 344.44º 0.69% 0.76% -
XYZ 26.19 15.66 12.47 -
YUV 104.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 195 60 95 0 0.69 0.51 0.24 344.44 0.53 0.5
Hex C3 3C 5F 0 45 33 18 158 35 32
Octal 303 74 137 0 105 63 30 530 65 62
Binary 11000011 111100 1011111 0 1000101 110011 11000 101011000 110101 110010

Color Harmonies of #C33C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C5F

Black with #C33C5F

Text Example


Text Example

White with #C33C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C5F; }

 p { color: rgb(195,60,95); }

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

background-color css

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

 a { background-color: rgb(195,60,95); }

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

border-color css

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

 span { border-color: rgb(195,60,95); }

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