Html Css Color HEX #C32E5D Old Rose

📋 copy color: '#C32E5D'

red 195 ◦ green 46 ◦ blue 93

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

Shades of Old Rose #C32E5D

Tints of Old Rose #C32E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.77%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 58.38%
G = 13.77%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C32E5D (or 0xC32E5D) is known color: Old Rose. HEX triplet: C3, 2E and 5D. RGB value is (195,46,93). Sum of RGB (Red+Green+Blue) = 195+46+93=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E5D is #3CD1A2. Grayscale: #5F5F5F. Windows color (decimal): -3985827 or 6106819. OLE color: 6106819.

HSL color Cylindrical-coordinate representation of color #C32E5D: hue angle of 341.07º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E5D is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 93 -
CMYK 0 0.76 0.52 0.24
HSL 341.07º 0.62% 0.47% -
HSV(B) 341.07º 0.76% 0.76% -
XYZ 25.46 14.35 11.78 -
YUV 95.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 195 46 93 0 0.76 0.52 0.24 341.07 0.62 0.47
Hex C3 2E 5D 0 4C 34 18 155 3E 2F
Octal 303 56 135 0 114 64 30 525 76 57
Binary 11000011 101110 1011101 0 1001100 110100 11000 101010101 111110 101111

Color Harmonies of #C32E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E5D

Black with #C32E5D

Text Example


Text Example

White with #C32E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E5D; }

 p { color: rgb(195,46,93); }

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

background-color css

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

 a { background-color: rgb(195,46,93); }

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

border-color css

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

 span { border-color: rgb(195,46,93); }

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