Html Css Color HEX #C32348 Old Rose

📋 copy color: '#C32348'

red 195 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #C32348

Tints of Old Rose #C32348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 64.57%
G = 11.59%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C32348 (or 0xC32348) is known color: Old Rose. HEX triplet: C3, 23 and 48. RGB value is (195,35,72). Sum of RGB (Red+Green+Blue) = 195+35+72=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32348 is #3CDCB7. Grayscale: #575757. Windows color (decimal): -3988664 or 4727747. OLE color: 4727747.

HSL color Cylindrical-coordinate representation of color #C32348: hue angle of 346.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32348 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 72 -
CMYK 0 0.82 0.63 0.24
HSL 346.13º 0.7% 0.45% -
HSV(B) 346.13º 0.82% 0.76% -
XYZ 24.28 13.27 7.41 -
YUV 87.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 195 35 72 0 0.82 0.63 0.24 346.13 0.7 0.45
Hex C3 23 48 0 52 3F 18 15A 46 2D
Octal 303 43 110 0 122 77 30 532 106 55
Binary 11000011 100011 1001000 0 1010010 111111 11000 101011010 1000110 101101

Color Harmonies of #C32348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32348

Black with #C32348

Text Example


Text Example

White with #C32348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32348; }

 p { color: rgb(195,35,72); }

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

background-color css

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

 a { background-color: rgb(195,35,72); }

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

border-color css

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

 span { border-color: rgb(195,35,72); }

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