Html Css Color HEX #C33951 Old Rose

📋 copy color: '#C33951'

red 195 ◦ green 57 ◦ blue 81

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

Shades of Old Rose #C33951

Tints of Old Rose #C33951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 58.56%
G = 17.12%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C33951 (or 0xC33951) is known color: Old Rose. HEX triplet: C3, 39 and 51. RGB value is (195,57,81). Sum of RGB (Red+Green+Blue) = 195+57+81=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33951 is #3CC6AE. Grayscale: #656565. Windows color (decimal): -3983023 or 5323203. OLE color: 5323203.

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

Color convert

RGB 195 57 81 -
CMYK 0 0.71 0.58 0.24
HSL 349.57º 0.55% 0.49% -
HSV(B) 349.57º 0.71% 0.76% -
XYZ 25.45 15.12 9.36 -
YUV 101 116.72 195.05 -
System Red Green Blue C M Y K H S L
Decimal 195 57 81 0 0.71 0.58 0.24 349.57 0.55 0.49
Hex C3 39 51 0 47 3A 18 15E 37 31
Octal 303 71 121 0 107 72 30 536 67 61
Binary 11000011 111001 1010001 0 1000111 111010 11000 101011110 110111 110001

Color Harmonies of #C33951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33951

Black with #C33951

Text Example


Text Example

White with #C33951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33951; }

 p { color: rgb(195,57,81); }

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

background-color css

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

 a { background-color: rgb(195,57,81); }

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

border-color css

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

 span { border-color: rgb(195,57,81); }

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