Html Css Color HEX #C32049 Old Rose

📋 copy color: '#C32049'

red 195 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #C32049

Tints of Old Rose #C32049

RGB

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

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

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

R = 65%
G = 10.67%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C32049 (or 0xC32049) is known color: Old Rose. HEX triplet: C3, 20 and 49. RGB value is (195,32,73). Sum of RGB (Red+Green+Blue) = 195+32+73=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C32049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32049 is #3CDFB6. Grayscale: #555555. Windows color (decimal): -3989431 or 4792515. OLE color: 4792515.

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

Color convert

RGB 195 32 73 -
CMYK 0 0.84 0.63 0.24
HSL 344.91º 0.72% 0.45% -
HSV(B) 344.91º 0.84% 0.76% -
XYZ 24.22 13.12 7.56 -
YUV 85.41 121 206.17 -
System Red Green Blue C M Y K H S L
Decimal 195 32 73 0 0.84 0.63 0.24 344.91 0.72 0.45
Hex C3 20 49 0 54 3F 18 159 48 2D
Octal 303 40 111 0 124 77 30 531 110 55
Binary 11000011 100000 1001001 0 1010100 111111 11000 101011001 1001000 101101

Color Harmonies of #C32049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32049

Black with #C32049

Text Example


Text Example

White with #C32049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32049; }

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

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

background-color css

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

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

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

border-color css

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

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

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