Html Css Color HEX #C32C5B Old Rose

📋 copy color: '#C32C5B'

red 195 ◦ green 44 ◦ blue 91

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

Shades of Old Rose #C32C5B

Tints of Old Rose #C32C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

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

R = 59.09%
G = 13.33%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C32C5B (or 0xC32C5B) is known color: Old Rose. HEX triplet: C3, 2C and 5B. RGB value is (195,44,91). Sum of RGB (Red+Green+Blue) = 195+44+91=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C5B is #3CD3A4. Grayscale: #5E5E5E. Windows color (decimal): -3986341 or 5975235. OLE color: 5975235.

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

Color convert

RGB 195 44 91 -
CMYK 0 0.77 0.53 0.24
HSL 341.32º 0.63% 0.47% -
HSV(B) 341.32º 0.77% 0.76% -
XYZ 25.29 14.16 11.3 -
YUV 94.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 195 44 91 0 0.77 0.53 0.24 341.32 0.63 0.47
Hex C3 2C 5B 0 4D 35 18 155 3F 2F
Octal 303 54 133 0 115 65 30 525 77 57
Binary 11000011 101100 1011011 0 1001101 110101 11000 101010101 111111 101111

Color Harmonies of #C32C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C5B

Black with #C32C5B

Text Example


Text Example

White with #C32C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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