Html Css Color HEX #C32954 Old Rose

📋 copy color: '#C32954'

red 195 ◦ green 41 ◦ blue 84

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

Shades of Old Rose #C32954

Tints of Old Rose #C32954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 60.94%
G = 12.81%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C32954 (or 0xC32954) is known color: Old Rose. HEX triplet: C3, 29 and 54. RGB value is (195,41,84). Sum of RGB (Red+Green+Blue) = 195+41+84=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C32954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32954 is #3CD6AB. Grayscale: #5B5B5B. Windows color (decimal): -3987116 or 5515715. OLE color: 5515715.

HSL color Cylindrical-coordinate representation of color #C32954: hue angle of 343.25º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32954 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 84 -
CMYK 0 0.79 0.57 0.24
HSL 343.25º 0.65% 0.46% -
HSV(B) 343.25º 0.79% 0.76% -
XYZ 24.9 13.83 9.74 -
YUV 91.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 195 41 84 0 0.79 0.57 0.24 343.25 0.65 0.46
Hex C3 29 54 0 4F 39 18 157 41 2E
Octal 303 51 124 0 117 71 30 527 101 56
Binary 11000011 101001 1010100 0 1001111 111001 11000 101010111 1000001 101110

Color Harmonies of #C32954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32954

Black with #C32954

Text Example


Text Example

White with #C32954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32954; }

 p { color: rgb(195,41,84); }

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

background-color css

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

 a { background-color: rgb(195,41,84); }

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

border-color css

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

 span { border-color: rgb(195,41,84); }

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