Html Css Color HEX #C33260 Old Rose

📋 copy color: '#C33260'

red 195 ◦ green 50 ◦ blue 96

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

Shades of Old Rose #C33260

Tints of Old Rose #C33260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 57.18%
G = 14.66%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C33260 (or 0xC33260) is known color: Old Rose. HEX triplet: C3, 32 and 60. RGB value is (195,50,96). Sum of RGB (Red+Green+Blue) = 195+50+96=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C33260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33260 is #3CCD9F. Grayscale: #626262. Windows color (decimal): -3984800 or 6304451. OLE color: 6304451.

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

Color convert

RGB 195 50 96 -
CMYK 0 0.74 0.51 0.24
HSL 340.97º 0.59% 0.48% -
HSV(B) 340.97º 0.74% 0.76% -
XYZ 25.76 14.73 12.55 -
YUV 98.6 126.54 196.76 -
System Red Green Blue C M Y K H S L
Decimal 195 50 96 0 0.74 0.51 0.24 340.97 0.59 0.48
Hex C3 32 60 0 4A 33 18 155 3B 30
Octal 303 62 140 0 112 63 30 525 73 60
Binary 11000011 110010 1100000 0 1001010 110011 11000 101010101 111011 110000

Color Harmonies of #C33260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33260

Black with #C33260

Text Example


Text Example

White with #C33260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33260; }

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

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

background-color css

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

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

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

border-color css

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

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

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