Html Css Color HEX #C32D4E Old Rose

📋 copy color: '#C32D4E'

red 195 ◦ green 45 ◦ blue 78

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

Shades of Old Rose #C32D4E

Tints of Old Rose #C32D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 61.32%
G = 14.15%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C32D4E (or 0xC32D4E) is known color: Old Rose. HEX triplet: C3, 2D and 4E. RGB value is (195,45,78). Sum of RGB (Red+Green+Blue) = 195+45+78=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D4E is #3CD2B1. Grayscale: #5D5D5D. Windows color (decimal): -3986098 or 5123523. OLE color: 5123523.

HSL color Cylindrical-coordinate representation of color #C32D4E: hue angle of 346.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 #C32D4E is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 78 -
CMYK 0 0.77 0.6 0.24
HSL 346.8º 0.63% 0.47% -
HSV(B) 346.8º 0.77% 0.76% -
XYZ 24.82 14.03 8.61 -
YUV 93.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 195 45 78 0 0.77 0.6 0.24 346.8 0.63 0.47
Hex C3 2D 4E 0 4D 3C 18 15B 3E 2F
Octal 303 55 116 0 115 74 30 533 76 57
Binary 11000011 101101 1001110 0 1001101 111100 11000 101011011 111110 101111

Color Harmonies of #C32D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D4E

Black with #C32D4E

Text Example


Text Example

White with #C32D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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