Html Css Color HEX #C32D5C Old Rose

📋 copy color: '#C32D5C'

red 195 ◦ green 45 ◦ blue 92

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

Shades of Old Rose #C32D5C

Tints of Old Rose #C32D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 58.73%
G = 13.55%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C32D5C (or 0xC32D5C) is known color: Old Rose. HEX triplet: C3, 2D and 5C. RGB value is (195,45,92). Sum of RGB (Red+Green+Blue) = 195+45+92=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D5C is #3CD2A3. Grayscale: #5F5F5F. Windows color (decimal): -3986084 or 6041027. OLE color: 6041027.

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

Color convert

RGB 195 45 92 -
CMYK 0 0.77 0.53 0.24
HSL 341.2º 0.63% 0.47% -
HSV(B) 341.2º 0.77% 0.76% -
XYZ 25.38 14.25 11.54 -
YUV 95.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 195 45 92 0 0.77 0.53 0.24 341.2 0.63 0.47
Hex C3 2D 5C 0 4D 35 18 155 3E 2F
Octal 303 55 134 0 115 65 30 525 76 57
Binary 11000011 101101 1011100 0 1001101 110101 11000 101010101 111110 101111

Color Harmonies of #C32D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D5C

Black with #C32D5C

Text Example


Text Example

White with #C32D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D5C; }

 p { color: rgb(195,45,92); }

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

background-color css

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

 a { background-color: rgb(195,45,92); }

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

border-color css

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

 span { border-color: rgb(195,45,92); }

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