Html Css Color HEX #C32A50 Old Rose

📋 copy color: '#C32A50'

red 195 ◦ green 42 ◦ blue 80

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

Shades of Old Rose #C32A50

Tints of Old Rose #C32A50

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 61.51%
G = 13.25%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C32A50 (or 0xC32A50) is known color: Old Rose. HEX triplet: C3, 2A and 50. RGB value is (195,42,80). Sum of RGB (Red+Green+Blue) = 195+42+80=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A50 is #3CD5AF. Grayscale: #5C5C5C. Windows color (decimal): -3986864 or 5253827. OLE color: 5253827.

HSL color Cylindrical-coordinate representation of color #C32A50: hue angle of 345.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A50 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 42 80 -
CMYK 0 0.78 0.59 0.24
HSL 345.1º 0.65% 0.46% -
HSV(B) 345.1º 0.78% 0.76% -
XYZ 24.78 13.84 8.95 -
YUV 92.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 195 42 80 0 0.78 0.59 0.24 345.1 0.65 0.46
Hex C3 2A 50 0 4E 3B 18 159 41 2E
Octal 303 52 120 0 116 73 30 531 101 56
Binary 11000011 101010 1010000 0 1001110 111011 11000 101011001 1000001 101110

Color Harmonies of #C32A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A50

Black with #C32A50

Text Example


Text Example

White with #C32A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A50; }

 p { color: rgb(195,42,80); }

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

background-color css

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

 a { background-color: rgb(195,42,80); }

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

border-color css

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

 span { border-color: rgb(195,42,80); }

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