Html Css Color HEX #C32756 Old Rose

📋 copy color: '#C32756'

red 195 ◦ green 39 ◦ blue 86

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

Shades of Old Rose #C32756

Tints of Old Rose #C32756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 60.94%
G = 12.19%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C32756 (or 0xC32756) is known color: Old Rose. HEX triplet: C3, 27 and 56. RGB value is (195,39,86). Sum of RGB (Red+Green+Blue) = 195+39+86=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C32756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32756 is #3CD8A9. Grayscale: #5A5A5A. Windows color (decimal): -3987626 or 5646275. OLE color: 5646275.

HSL color Cylindrical-coordinate representation of color #C32756: hue angle of 341.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32756 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 86 -
CMYK 0 0.80 0.56 0.24
HSL 341.92º 0.67% 0.46% -
HSV(B) 341.92º 0.8% 0.76% -
XYZ 24.91 13.73 10.14 -
YUV 91 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 195 39 86 0 0.80 0.56 0.24 341.92 0.67 0.46
Hex C3 27 56 0 50 38 18 156 43 2E
Octal 303 47 126 0 120 70 30 526 103 56
Binary 11000011 100111 1010110 0 1010000 111000 11000 101010110 1000011 101110

Color Harmonies of #C32756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32756

Black with #C32756

Text Example


Text Example

White with #C32756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32756; }

 p { color: rgb(195,39,86); }

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

background-color css

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

 a { background-color: rgb(195,39,86); }

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

border-color css

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

 span { border-color: rgb(195,39,86); }

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