Html Css Color HEX #C32A5E Old Rose

📋 copy color: '#C32A5E'

red 195 ◦ green 42 ◦ blue 94

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

Shades of Old Rose #C32A5E

Tints of Old Rose #C32A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 58.91%
G = 12.69%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C32A5E (or 0xC32A5E) is known color: Old Rose. HEX triplet: C3, 2A and 5E. RGB value is (195,42,94). Sum of RGB (Red+Green+Blue) = 195+42+94=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A5E is #3CD5A1. Grayscale: #5D5D5D. Windows color (decimal): -3986850 or 6171331. OLE color: 6171331.

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

Color convert

RGB 195 42 94 -
CMYK 0 0.78 0.52 0.24
HSL 339.61º 0.65% 0.46% -
HSV(B) 339.61º 0.78% 0.76% -
XYZ 25.35 14.07 11.97 -
YUV 93.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 195 42 94 0 0.78 0.52 0.24 339.61 0.65 0.46
Hex C3 2A 5E 0 4E 34 18 154 41 2E
Octal 303 52 136 0 116 64 30 524 101 56
Binary 11000011 101010 1011110 0 1001110 110100 11000 101010100 1000001 101110

Color Harmonies of #C32A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A5E

Black with #C32A5E

Text Example


Text Example

White with #C32A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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