Html Css Color HEX #C32659 Old Rose

📋 copy color: '#C32659'

red 195 ◦ green 38 ◦ blue 89

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

Shades of Old Rose #C32659

Tints of Old Rose #C32659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 60.56%
G = 11.8%
B = 27.64%

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

#C32659 (or 0xC32659) is known color: Old Rose. HEX triplet: C3, 26 and 59. RGB value is (195,38,89). Sum of RGB (Red+Green+Blue) = 195+38+89=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C32659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32659 is #3CD9A6. Grayscale: #5A5A5A. Windows color (decimal): -3987879 or 5842627. OLE color: 5842627.

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

Color convert

RGB 195 38 89 -
CMYK 0 0.81 0.54 0.24
HSL 340.51º 0.67% 0.46% -
HSV(B) 340.51º 0.81% 0.76% -
XYZ 25 13.71 10.78 -
YUV 90.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 195 38 89 0 0.81 0.54 0.24 340.51 0.67 0.46
Hex C3 26 59 0 51 36 18 155 43 2E
Octal 303 46 131 0 121 66 30 525 103 56
Binary 11000011 100110 1011001 0 1010001 110110 11000 101010101 1000011 101110

Color Harmonies of #C32659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32659

Black with #C32659

Text Example


Text Example

White with #C32659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32659; }

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

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

background-color css

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

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

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

border-color css

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

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

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