Html Css Color HEX #C32D5D Old Rose

📋 copy color: '#C32D5D'

red 195 ◦ green 45 ◦ blue 93

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

Shades of Old Rose #C32D5D

Tints of Old Rose #C32D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 58.56%
G = 13.51%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C32D5D (or 0xC32D5D) is known color: Old Rose. HEX triplet: C3, 2D and 5D. RGB value is (195,45,93). Sum of RGB (Red+Green+Blue) = 195+45+93=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D5D is #3CD2A2. Grayscale: #5F5F5F. Windows color (decimal): -3986083 or 6106563. OLE color: 6106563.

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

Color convert

RGB 195 45 93 -
CMYK 0 0.77 0.52 0.24
HSL 340.8º 0.63% 0.47% -
HSV(B) 340.8º 0.77% 0.76% -
XYZ 25.42 14.27 11.77 -
YUV 95.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 195 45 93 0 0.77 0.52 0.24 340.8 0.63 0.47
Hex C3 2D 5D 0 4D 34 18 155 3E 2F
Octal 303 55 135 0 115 64 30 525 76 57
Binary 11000011 101101 1011101 0 1001101 110100 11000 101010101 111110 101111

Color Harmonies of #C32D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D5D

Black with #C32D5D

Text Example


Text Example

White with #C32D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D5D; }

 p { color: rgb(195,45,93); }

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

background-color css

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

 a { background-color: rgb(195,45,93); }

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

border-color css

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

 span { border-color: rgb(195,45,93); }

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