Html Css Color HEX #C32559 Old Rose

📋 copy color: '#C32559'

red 195 ◦ green 37 ◦ blue 89

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

Shades of Old Rose #C32559

Tints of Old Rose #C32559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 60.75%
G = 11.53%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C32559 (or 0xC32559) is known color: Old Rose. HEX triplet: C3, 25 and 59. RGB value is (195,37,89). Sum of RGB (Red+Green+Blue) = 195+37+89=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C32559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32559 is #3CDAA6. Grayscale: #5A5A5A. Windows color (decimal): -3988135 or 5842371. OLE color: 5842371.

HSL color Cylindrical-coordinate representation of color #C32559: hue angle of 340.25º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32559 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 89 -
CMYK 0 0.81 0.54 0.24
HSL 340.25º 0.68% 0.45% -
HSV(B) 340.25º 0.81% 0.76% -
XYZ 24.97 13.65 10.77 -
YUV 90.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 195 37 89 0 0.81 0.54 0.24 340.25 0.68 0.45
Hex C3 25 59 0 51 36 18 154 44 2D
Octal 303 45 131 0 121 66 30 524 104 55
Binary 11000011 100101 1011001 0 1010001 110110 11000 101010100 1000100 101101

Color Harmonies of #C32559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32559

Black with #C32559

Text Example


Text Example

White with #C32559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32559; }

 p { color: rgb(195,37,89); }

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

background-color css

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

 a { background-color: rgb(195,37,89); }

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

border-color css

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

 span { border-color: rgb(195,37,89); }

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