Html Css Color HEX #C33A60 Old Rose

📋 copy color: '#C33A60'

red 195 ◦ green 58 ◦ blue 96

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

Shades of Old Rose #C33A60

Tints of Old Rose #C33A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 96 (37.89% from 255) = 27.51%

R = 55.87%
G = 16.62%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C33A60 (or 0xC33A60) is known color: Old Rose. HEX triplet: C3, 3A and 60. RGB value is (195,58,96). Sum of RGB (Red+Green+Blue) = 195+58+96=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A60 is #3CC59F. Grayscale: #676767. Windows color (decimal): -3982752 or 6306499. OLE color: 6306499.

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

Color convert

RGB 195 58 96 -
CMYK 0 0.70 0.51 0.24
HSL 343.36º 0.54% 0.5% -
HSV(B) 343.36º 0.7% 0.76% -
XYZ 26.13 15.47 12.68 -
YUV 103.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 195 58 96 0 0.70 0.51 0.24 343.36 0.54 0.5
Hex C3 3A 60 0 46 33 18 157 36 32
Octal 303 72 140 0 106 63 30 527 66 62
Binary 11000011 111010 1100000 0 1000110 110011 11000 101010111 110110 110010

Color Harmonies of #C33A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A60

Black with #C33A60

Text Example


Text Example

White with #C33A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A60; }

 p { color: rgb(195,58,96); }

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

background-color css

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

 a { background-color: rgb(195,58,96); }

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

border-color css

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

 span { border-color: rgb(195,58,96); }

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