Html Css Color HEX #C32065 Ruby

📋 copy color: '#C32065'

red 195 ◦ green 32 ◦ blue 101

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

Shades of Ruby #C32065

Tints of Ruby #C32065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 59.45%
G = 9.76%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C32065 (or 0xC32065) is known color: Ruby. HEX triplet: C3, 20 and 65. RGB value is (195,32,101). Sum of RGB (Red+Green+Blue) = 195+32+101=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C32065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32065 is #3CDF9A. Grayscale: #585858. Windows color (decimal): -3989403 or 6627523. OLE color: 6627523.

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

Color convert

RGB 195 32 101 -
CMYK 0 0.84 0.48 0.24
HSL 334.6º 0.72% 0.45% -
HSV(B) 334.6º 0.84% 0.76% -
XYZ 25.37 13.57 13.59 -
YUV 88.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 195 32 101 0 0.84 0.48 0.24 334.6 0.72 0.45
Hex C3 20 65 0 54 30 18 14F 48 2D
Octal 303 40 145 0 124 60 30 517 110 55
Binary 11000011 100000 1100101 0 1010100 110000 11000 101001111 1001000 101101

Color Harmonies of #C32065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32065

Black with #C32065

Text Example


Text Example

White with #C32065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32065; }

 p { color: rgb(195,32,101); }

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

background-color css

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

 a { background-color: rgb(195,32,101); }

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

border-color css

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

 span { border-color: rgb(195,32,101); }

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