Html Css Color HEX #C32E59 Old Rose

📋 copy color: '#C32E59'

red 195 ◦ green 46 ◦ blue 89

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

Shades of Old Rose #C32E59

Tints of Old Rose #C32E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

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

R = 59.09%
G = 13.94%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C32E59 (or 0xC32E59) is known color: Old Rose. HEX triplet: C3, 2E and 59. RGB value is (195,46,89). Sum of RGB (Red+Green+Blue) = 195+46+89=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E59 is #3CD1A6. Grayscale: #5F5F5F. Windows color (decimal): -3985831 or 5844675. OLE color: 5844675.

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

Color convert

RGB 195 46 89 -
CMYK 0 0.76 0.54 0.24
HSL 342.68º 0.62% 0.47% -
HSV(B) 342.68º 0.76% 0.76% -
XYZ 25.29 14.28 10.87 -
YUV 95.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 195 46 89 0 0.76 0.54 0.24 342.68 0.62 0.47
Hex C3 2E 59 0 4C 36 18 157 3E 2F
Octal 303 56 131 0 114 66 30 527 76 57
Binary 11000011 101110 1011001 0 1001100 110110 11000 101010111 111110 101111

Color Harmonies of #C32E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E59

Black with #C32E59

Text Example


Text Example

White with #C32E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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