Html Css Color HEX #C32361 Old Rose

📋 copy color: '#C32361'

red 195 ◦ green 35 ◦ blue 97

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

Shades of Old Rose #C32361

Tints of Old Rose #C32361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 59.63%
G = 10.7%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C32361 (or 0xC32361) is known color: Old Rose. HEX triplet: C3, 23 and 61. RGB value is (195,35,97). Sum of RGB (Red+Green+Blue) = 195+35+97=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C32361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32361 is #3CDC9E. Grayscale: #595959. Windows color (decimal): -3988639 or 6366147. OLE color: 6366147.

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

Color convert

RGB 195 35 97 -
CMYK 0 0.82 0.50 0.24
HSL 336.75º 0.7% 0.45% -
HSV(B) 336.75º 0.82% 0.76% -
XYZ 25.26 13.67 12.62 -
YUV 89.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 195 35 97 0 0.82 0.50 0.24 336.75 0.7 0.45
Hex C3 23 61 0 52 32 18 151 46 2D
Octal 303 43 141 0 122 62 30 521 106 55
Binary 11000011 100011 1100001 0 1010010 110010 11000 101010001 1000110 101101

Color Harmonies of #C32361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32361

Black with #C32361

Text Example


Text Example

White with #C32361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32361; }

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

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

background-color css

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

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

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

border-color css

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

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

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