Html Css Color HEX #C32358 Old Rose

📋 copy color: '#C32358'

red 195 ◦ green 35 ◦ blue 88

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

Shades of Old Rose #C32358

Tints of Old Rose #C32358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.67%

R = 61.32%
G = 11.01%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C32358 (or 0xC32358) is known color: Old Rose. HEX triplet: C3, 23 and 58. RGB value is (195,35,88). Sum of RGB (Red+Green+Blue) = 195+35+88=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C32358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32358 is #3CDCA7. Grayscale: #585858. Windows color (decimal): -3988648 or 5776323. OLE color: 5776323.

HSL color Cylindrical-coordinate representation of color #C32358: hue angle of 340.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 #C32358 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 88 -
CMYK 0 0.82 0.55 0.24
HSL 340.13º 0.7% 0.45% -
HSV(B) 340.13º 0.82% 0.76% -
XYZ 24.87 13.51 10.53 -
YUV 88.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 195 35 88 0 0.82 0.55 0.24 340.13 0.7 0.45
Hex C3 23 58 0 52 37 18 154 46 2D
Octal 303 43 130 0 122 67 30 524 106 55
Binary 11000011 100011 1011000 0 1010010 110111 11000 101010100 1000110 101101

Color Harmonies of #C32358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32358

Black with #C32358

Text Example


Text Example

White with #C32358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32358; }

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

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

background-color css

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

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

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

border-color css

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

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

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