Html Css Color HEX #C32A5B Old Rose

📋 copy color: '#C32A5B'

red 195 ◦ green 42 ◦ blue 91

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

Shades of Old Rose #C32A5B

Tints of Old Rose #C32A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 59.45%
G = 12.8%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C32A5B (or 0xC32A5B) is known color: Old Rose. HEX triplet: C3, 2A and 5B. RGB value is (195,42,91). Sum of RGB (Red+Green+Blue) = 195+42+91=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A5B is #3CD5A4. Grayscale: #5D5D5D. Windows color (decimal): -3986853 or 5974723. OLE color: 5974723.

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

Color convert

RGB 195 42 91 -
CMYK 0 0.78 0.53 0.24
HSL 340.78º 0.65% 0.46% -
HSV(B) 340.78º 0.78% 0.76% -
XYZ 25.22 14.01 11.27 -
YUV 93.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 195 42 91 0 0.78 0.53 0.24 340.78 0.65 0.46
Hex C3 2A 5B 0 4E 35 18 155 41 2E
Octal 303 52 133 0 116 65 30 525 101 56
Binary 11000011 101010 1011011 0 1001110 110101 11000 101010101 1000001 101110

Color Harmonies of #C32A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A5B

Black with #C32A5B

Text Example


Text Example

White with #C32A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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