Html Css Color HEX #C32C5C Old Rose

📋 copy color: '#C32C5C'

red 195 ◦ green 44 ◦ blue 92

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

Shades of Old Rose #C32C5C

Tints of Old Rose #C32C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 58.91%
G = 13.29%
B = 27.79%

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

#C32C5C (or 0xC32C5C) is known color: Old Rose. HEX triplet: C3, 2C and 5C. RGB value is (195,44,92). Sum of RGB (Red+Green+Blue) = 195+44+92=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C5C is #3CD3A3. Grayscale: #5E5E5E. Windows color (decimal): -3986340 or 6040771. OLE color: 6040771.

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

Color convert

RGB 195 44 92 -
CMYK 0 0.77 0.53 0.24
HSL 340.93º 0.63% 0.47% -
HSV(B) 340.93º 0.77% 0.76% -
XYZ 25.34 14.18 11.53 -
YUV 94.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 195 44 92 0 0.77 0.53 0.24 340.93 0.63 0.47
Hex C3 2C 5C 0 4D 35 18 155 3F 2F
Octal 303 54 134 0 115 65 30 525 77 57
Binary 11000011 101100 1011100 0 1001101 110101 11000 101010101 111111 101111

Color Harmonies of #C32C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C5C

Black with #C32C5C

Text Example


Text Example

White with #C32C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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