Html Css Color HEX #C32D4C Old Rose

📋 copy color: '#C32D4C'

red 195 ◦ green 45 ◦ blue 76

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

Shades of Old Rose #C32D4C

Tints of Old Rose #C32D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 61.71%
G = 14.24%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C32D4C (or 0xC32D4C) is known color: Old Rose. HEX triplet: C3, 2D and 4C. RGB value is (195,45,76). Sum of RGB (Red+Green+Blue) = 195+45+76=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D4C is #3CD2B3. Grayscale: #5D5D5D. Windows color (decimal): -3986100 or 4992451. OLE color: 4992451.

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

Color convert

RGB 195 45 76 -
CMYK 0 0.77 0.61 0.24
HSL 347.6º 0.63% 0.47% -
HSV(B) 347.6º 0.77% 0.76% -
XYZ 24.75 14 8.24 -
YUV 93.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 195 45 76 0 0.77 0.61 0.24 347.6 0.63 0.47
Hex C3 2D 4C 0 4D 3D 18 15C 3E 2F
Octal 303 55 114 0 115 75 30 534 76 57
Binary 11000011 101101 1001100 0 1001101 111101 11000 101011100 111110 101111

Color Harmonies of #C32D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D4C

Black with #C32D4C

Text Example


Text Example

White with #C32D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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