Html Css Color HEX #C32562 Old Rose

📋 copy color: '#C32562'

red 195 ◦ green 37 ◦ blue 98

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

Shades of Old Rose #C32562

Tints of Old Rose #C32562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 59.09%
G = 11.21%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C32562 (or 0xC32562) is known color: Old Rose. HEX triplet: C3, 25 and 62. RGB value is (195,37,98). Sum of RGB (Red+Green+Blue) = 195+37+98=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32562 is #3CDA9D. Grayscale: #5B5B5B. Windows color (decimal): -3988126 or 6432195. OLE color: 6432195.

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

Color convert

RGB 195 37 98 -
CMYK 0 0.81 0.50 0.24
HSL 336.84º 0.68% 0.45% -
HSV(B) 336.84º 0.81% 0.76% -
XYZ 25.37 13.81 12.88 -
YUV 91.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 195 37 98 0 0.81 0.50 0.24 336.84 0.68 0.45
Hex C3 25 62 0 51 32 18 151 44 2D
Octal 303 45 142 0 121 62 30 521 104 55
Binary 11000011 100101 1100010 0 1010001 110010 11000 101010001 1000100 101101

Color Harmonies of #C32562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32562

Black with #C32562

Text Example


Text Example

White with #C32562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32562; }

 p { color: rgb(195,37,98); }

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

background-color css

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

 a { background-color: rgb(195,37,98); }

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

border-color css

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

 span { border-color: rgb(195,37,98); }

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