Html Css Color HEX #C32547 Old Rose

📋 copy color: '#C32547'

red 195 ◦ green 37 ◦ blue 71

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

Shades of Old Rose #C32547

Tints of Old Rose #C32547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

 BLUE value IS 71 (28.13% from 255) = 23.43%

R = 64.36%
G = 12.21%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C32547 (or 0xC32547) is known color: Old Rose. HEX triplet: C3, 25 and 47. RGB value is (195,37,71). Sum of RGB (Red+Green+Blue) = 195+37+71=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32547 is #3CDAB8. Grayscale: #585858. Windows color (decimal): -3988153 or 4662723. OLE color: 4662723.

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

Color convert

RGB 195 37 71 -
CMYK 0 0.81 0.64 0.24
HSL 347.09º 0.68% 0.45% -
HSV(B) 347.09º 0.81% 0.76% -
XYZ 24.3 13.38 7.26 -
YUV 88.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 195 37 71 0 0.81 0.64 0.24 347.09 0.68 0.45
Hex C3 25 47 0 51 40 18 15B 44 2D
Octal 303 45 107 0 121 100 30 533 104 55
Binary 11000011 100101 1000111 0 1010001 1000000 11000 101011011 1000100 101101

Color Harmonies of #C32547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32547

Black with #C32547

Text Example


Text Example

White with #C32547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32547; }

 p { color: rgb(195,37,71); }

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

background-color css

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

 a { background-color: rgb(195,37,71); }

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

border-color css

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

 span { border-color: rgb(195,37,71); }

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