Html Css Color HEX #C30955 Ruby

📋 copy color: '#C30955'

red 195 ◦ green 9 ◦ blue 85

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

Shades of Ruby #C30955

Tints of Ruby #C30955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 67.47%
G = 3.11%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30955 (or 0xC30955) is known color: Ruby. HEX triplet: C3, 09 and 55. RGB value is (195,9,85). Sum of RGB (Red+Green+Blue) = 195+9+85=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C30955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30955 is #3CF6AA. Grayscale: #494949. Windows color (decimal): -3995307 or 5573059. OLE color: 5573059.

HSL color Cylindrical-coordinate representation of color #C30955: hue angle of 335.48º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30955 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 9 85 -
CMYK 0 0.95 0.56 0.24
HSL 335.48º 0.91% 0.4% -
HSV(B) 335.48º 0.95% 0.76% -
XYZ 24.24 12.45 9.72 -
YUV 73.28 134.62 214.82 -
System Red Green Blue C M Y K H S L
Decimal 195 9 85 0 0.95 0.56 0.24 335.48 0.91 0.4
Hex C3 9 55 0 5F 38 18 14F 5B 28
Octal 303 11 125 0 137 70 30 517 133 50
Binary 11000011 1001 1010101 0 1011111 111000 11000 101001111 1011011 101000

Color Harmonies of #C30955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30955

Black with #C30955

Text Example


Text Example

White with #C30955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30955; }

 p { color: rgb(195,9,85); }

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

background-color css

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

 a { background-color: rgb(195,9,85); }

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

border-color css

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

 span { border-color: rgb(195,9,85); }

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