Html Css Color HEX #C32E55 Old Rose

📋 copy color: '#C32E55'

red 195 ◦ green 46 ◦ blue 85

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

Shades of Old Rose #C32E55

Tints of Old Rose #C32E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 59.82%
G = 14.11%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C32E55 (or 0xC32E55) is known color: Old Rose. HEX triplet: C3, 2E and 55. RGB value is (195,46,85). Sum of RGB (Red+Green+Blue) = 195+46+85=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E55 is #3CD1AA. Grayscale: #5E5E5E. Windows color (decimal): -3985835 or 5582531. OLE color: 5582531.

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

Color convert

RGB 195 46 85 -
CMYK 0 0.76 0.56 0.24
HSL 344.3º 0.62% 0.47% -
HSV(B) 344.3º 0.76% 0.76% -
XYZ 25.12 14.21 10.01 -
YUV 95 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 195 46 85 0 0.76 0.56 0.24 344.3 0.62 0.47
Hex C3 2E 55 0 4C 38 18 158 3E 2F
Octal 303 56 125 0 114 70 30 530 76 57
Binary 11000011 101110 1010101 0 1001100 111000 11000 101011000 111110 101111

Color Harmonies of #C32E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E55

Black with #C32E55

Text Example


Text Example

White with #C32E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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