Html Css Color HEX #C32449 Old Rose

📋 copy color: '#C32449'

red 195 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #C32449

Tints of Old Rose #C32449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 64.14%
G = 11.84%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C32449 (or 0xC32449) is known color: Old Rose. HEX triplet: C3, 24 and 49. RGB value is (195,36,73). Sum of RGB (Red+Green+Blue) = 195+36+73=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32449 is #3CDBB6. Grayscale: #575757. Windows color (decimal): -3988407 or 4793539. OLE color: 4793539.

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

Color convert

RGB 195 36 73 -
CMYK 0 0.82 0.63 0.24
HSL 346.04º 0.69% 0.45% -
HSV(B) 346.04º 0.82% 0.76% -
XYZ 24.34 13.34 7.6 -
YUV 87.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 195 36 73 0 0.82 0.63 0.24 346.04 0.69 0.45
Hex C3 24 49 0 52 3F 18 15A 45 2D
Octal 303 44 111 0 122 77 30 532 105 55
Binary 11000011 100100 1001001 0 1010010 111111 11000 101011010 1000101 101101

Color Harmonies of #C32449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32449

Black with #C32449

Text Example


Text Example

White with #C32449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32449; }

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

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

background-color css

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

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

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

border-color css

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

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

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