Html Css Color HEX #C33C60 Old Rose

📋 copy color: '#C33C60'

red 195 ◦ green 60 ◦ blue 96

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

Shades of Old Rose #C33C60

Tints of Old Rose #C33C60

RGB

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

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

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

R = 55.56%
G = 17.09%
B = 27.35%

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

#C33C60 (or 0xC33C60) is known color: Old Rose. HEX triplet: C3, 3C and 60. RGB value is (195,60,96). Sum of RGB (Red+Green+Blue) = 195+60+96=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C60 is #3CC39F. Grayscale: #686868. Windows color (decimal): -3982240 or 6307011. OLE color: 6307011.

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

Color convert

RGB 195 60 96 -
CMYK 0 0.69 0.51 0.24
HSL 344º 0.53% 0.5% -
HSV(B) 344º 0.69% 0.76% -
XYZ 26.23 15.68 12.71 -
YUV 104.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 195 60 96 0 0.69 0.51 0.24 344 0.53 0.5
Hex C3 3C 60 0 45 33 18 158 35 32
Octal 303 74 140 0 105 63 30 530 65 62
Binary 11000011 111100 1100000 0 1000101 110011 11000 101011000 110101 110010

Color Harmonies of #C33C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C60

Black with #C33C60

Text Example


Text Example

White with #C33C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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