Html Css Color HEX #C32C5F Old Rose

📋 copy color: '#C32C5F'

red 195 ◦ green 44 ◦ blue 95

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

Shades of Old Rose #C32C5F

Tints of Old Rose #C32C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 58.38%
G = 13.17%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C32C5F (or 0xC32C5F) is known color: Old Rose. HEX triplet: C3, 2C and 5F. RGB value is (195,44,95). Sum of RGB (Red+Green+Blue) = 195+44+95=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C5F is #3CD3A0. Grayscale: #5E5E5E. Windows color (decimal): -3986337 or 6237379. OLE color: 6237379.

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

Color convert

RGB 195 44 95 -
CMYK 0 0.77 0.51 0.24
HSL 339.74º 0.63% 0.47% -
HSV(B) 339.74º 0.77% 0.76% -
XYZ 25.47 14.23 12.23 -
YUV 94.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 195 44 95 0 0.77 0.51 0.24 339.74 0.63 0.47
Hex C3 2C 5F 0 4D 33 18 154 3F 2F
Octal 303 54 137 0 115 63 30 524 77 57
Binary 11000011 101100 1011111 0 1001101 110011 11000 101010100 111111 101111

Color Harmonies of #C32C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C5F

Black with #C32C5F

Text Example


Text Example

White with #C32C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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