Html Css Color HEX #C33660 Old Rose

📋 copy color: '#C33660'

red 195 ◦ green 54 ◦ blue 96

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

Shades of Old Rose #C33660

Tints of Old Rose #C33660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

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

R = 56.52%
G = 15.65%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C33660 (or 0xC33660) is known color: Old Rose. HEX triplet: C3, 36 and 60. RGB value is (195,54,96). Sum of RGB (Red+Green+Blue) = 195+54+96=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C33660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33660 is #3CC99F. Grayscale: #646464. Windows color (decimal): -3983776 or 6305475. OLE color: 6305475.

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

Color convert

RGB 195 54 96 -
CMYK 0 0.72 0.51 0.24
HSL 342.13º 0.57% 0.49% -
HSV(B) 342.13º 0.72% 0.76% -
XYZ 25.94 15.08 12.61 -
YUV 100.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 195 54 96 0 0.72 0.51 0.24 342.13 0.57 0.49
Hex C3 36 60 0 48 33 18 156 39 31
Octal 303 66 140 0 110 63 30 526 71 61
Binary 11000011 110110 1100000 0 1001000 110011 11000 101010110 111001 110001

Color Harmonies of #C33660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33660

Black with #C33660

Text Example


Text Example

White with #C33660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33660; }

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

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

background-color css

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

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

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

border-color css

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

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

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