Html Css Color HEX #C32051 Old Rose

📋 copy color: '#C32051'

red 195 ◦ green 32 ◦ blue 81

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

Shades of Old Rose #C32051

Tints of Old Rose #C32051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 63.31%
G = 10.39%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C32051 (or 0xC32051) is known color: Old Rose. HEX triplet: C3, 20 and 51. RGB value is (195,32,81). Sum of RGB (Red+Green+Blue) = 195+32+81=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C32051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32051 is #3CDFAE. Grayscale: #565656. Windows color (decimal): -3989423 or 5316803. OLE color: 5316803.

HSL color Cylindrical-coordinate representation of color #C32051: hue angle of 341.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32051 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 81 -
CMYK 0 0.84 0.58 0.24
HSL 341.96º 0.72% 0.45% -
HSV(B) 341.96º 0.84% 0.76% -
XYZ 24.51 13.23 9.05 -
YUV 86.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 195 32 81 0 0.84 0.58 0.24 341.96 0.72 0.45
Hex C3 20 51 0 54 3A 18 156 48 2D
Octal 303 40 121 0 124 72 30 526 110 55
Binary 11000011 100000 1010001 0 1010100 111010 11000 101010110 1001000 101101

Color Harmonies of #C32051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32051

Black with #C32051

Text Example


Text Example

White with #C32051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32051; }

 p { color: rgb(195,32,81); }

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

background-color css

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

 a { background-color: rgb(195,32,81); }

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

border-color css

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

 span { border-color: rgb(195,32,81); }

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