Html Css Color HEX #C33261 Old Rose

📋 copy color: '#C33261'

red 195 ◦ green 50 ◦ blue 97

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

Shades of Old Rose #C33261

Tints of Old Rose #C33261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 57.02%
G = 14.62%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C33261 (or 0xC33261) is known color: Old Rose. HEX triplet: C3, 32 and 61. RGB value is (195,50,97). Sum of RGB (Red+Green+Blue) = 195+50+97=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C33261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33261 is #3CCD9E. Grayscale: #626262. Windows color (decimal): -3984799 or 6369987. OLE color: 6369987.

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

Color convert

RGB 195 50 97 -
CMYK 0 0.74 0.50 0.24
HSL 340.55º 0.59% 0.48% -
HSV(B) 340.55º 0.74% 0.76% -
XYZ 25.8 14.75 12.8 -
YUV 98.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 195 50 97 0 0.74 0.50 0.24 340.55 0.59 0.48
Hex C3 32 61 0 4A 32 18 155 3B 30
Octal 303 62 141 0 112 62 30 525 73 60
Binary 11000011 110010 1100001 0 1001010 110010 11000 101010101 111011 110000

Color Harmonies of #C33261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33261

Black with #C33261

Text Example


Text Example

White with #C33261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33261; }

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

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

background-color css

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

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

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

border-color css

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

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

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