Html Css Color HEX #C32564 Old Rose

📋 copy color: '#C32564'

red 195 ◦ green 37 ◦ blue 100

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

Shades of Old Rose #C32564

Tints of Old Rose #C32564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 58.73%
G = 11.14%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C32564 (or 0xC32564) is known color: Old Rose. HEX triplet: C3, 25 and 64. RGB value is (195,37,100). Sum of RGB (Red+Green+Blue) = 195+37+100=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C32564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32564 is #3CDA9B. Grayscale: #5B5B5B. Windows color (decimal): -3988124 or 6563267. OLE color: 6563267.

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

Color convert

RGB 195 37 100 -
CMYK 0 0.81 0.49 0.24
HSL 336.08º 0.68% 0.45% -
HSV(B) 336.08º 0.81% 0.76% -
XYZ 25.47 13.85 13.39 -
YUV 91.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 195 37 100 0 0.81 0.49 0.24 336.08 0.68 0.45
Hex C3 25 64 0 51 31 18 150 44 2D
Octal 303 45 144 0 121 61 30 520 104 55
Binary 11000011 100101 1100100 0 1010001 110001 11000 101010000 1000100 101101

Color Harmonies of #C32564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32564

Black with #C32564

Text Example


Text Example

White with #C32564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32564; }

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

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

background-color css

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

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

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

border-color css

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

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

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