Html Css Color HEX #C32360 Old Rose

📋 copy color: '#C32360'

red 195 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #C32360

Tints of Old Rose #C32360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 59.82%
G = 10.74%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C32360 (or 0xC32360) is known color: Old Rose. HEX triplet: C3, 23 and 60. RGB value is (195,35,96). Sum of RGB (Red+Green+Blue) = 195+35+96=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C32360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32360 is #3CDC9F. Grayscale: #595959. Windows color (decimal): -3988640 or 6300611. OLE color: 6300611.

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

Color convert

RGB 195 35 96 -
CMYK 0 0.82 0.51 0.24
HSL 337.13º 0.7% 0.45% -
HSV(B) 337.13º 0.82% 0.76% -
XYZ 25.22 13.65 12.37 -
YUV 89.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 195 35 96 0 0.82 0.51 0.24 337.13 0.7 0.45
Hex C3 23 60 0 52 33 18 151 46 2D
Octal 303 43 140 0 122 63 30 521 106 55
Binary 11000011 100011 1100000 0 1010010 110011 11000 101010001 1000110 101101

Color Harmonies of #C32360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32360

Black with #C32360

Text Example


Text Example

White with #C32360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32360; }

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

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

background-color css

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

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

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

border-color css

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

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

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