Html Css Color HEX #C32359 Old Rose

📋 copy color: '#C32359'

red 195 ◦ green 35 ◦ blue 89

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

Shades of Old Rose #C32359

Tints of Old Rose #C32359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

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

R = 61.13%
G = 10.97%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C32359 (or 0xC32359) is known color: Old Rose. HEX triplet: C3, 23 and 59. RGB value is (195,35,89). Sum of RGB (Red+Green+Blue) = 195+35+89=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C32359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32359 is #3CDCA6. Grayscale: #585858. Windows color (decimal): -3988647 or 5841859. OLE color: 5841859.

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

Color convert

RGB 195 35 89 -
CMYK 0 0.82 0.54 0.24
HSL 339.75º 0.7% 0.45% -
HSV(B) 339.75º 0.82% 0.76% -
XYZ 24.91 13.53 10.75 -
YUV 89 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 195 35 89 0 0.82 0.54 0.24 339.75 0.7 0.45
Hex C3 23 59 0 52 36 18 154 46 2D
Octal 303 43 131 0 122 66 30 524 106 55
Binary 11000011 100011 1011001 0 1010010 110110 11000 101010100 1000110 101101

Color Harmonies of #C32359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32359

Black with #C32359

Text Example


Text Example

White with #C32359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32359; }

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

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

background-color css

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

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

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

border-color css

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

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

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