Html Css Color HEX #C32249 Old Rose

📋 copy color: '#C32249'

red 195 ◦ green 34 ◦ blue 73

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

Shades of Old Rose #C32249

Tints of Old Rose #C32249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 64.57%
G = 11.26%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C32249 (or 0xC32249) is known color: Old Rose. HEX triplet: C3, 22 and 49. RGB value is (195,34,73). Sum of RGB (Red+Green+Blue) = 195+34+73=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32249 is #3CDDB6. Grayscale: #565656. Windows color (decimal): -3988919 or 4793027. OLE color: 4793027.

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

Color convert

RGB 195 34 73 -
CMYK 0 0.83 0.63 0.24
HSL 345.47º 0.7% 0.45% -
HSV(B) 345.47º 0.83% 0.76% -
XYZ 24.28 13.23 7.58 -
YUV 86.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 195 34 73 0 0.83 0.63 0.24 345.47 0.7 0.45
Hex C3 22 49 0 53 3F 18 159 46 2D
Octal 303 42 111 0 123 77 30 531 106 55
Binary 11000011 100010 1001001 0 1010011 111111 11000 101011001 1000110 101101

Color Harmonies of #C32249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32249

Black with #C32249

Text Example


Text Example

White with #C32249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32249; }

 p { color: rgb(195,34,73); }

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

background-color css

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

 a { background-color: rgb(195,34,73); }

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

border-color css

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

 span { border-color: rgb(195,34,73); }

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