Html Css Color HEX #C30656 Ruby

📋 copy color: '#C30656'

red 195 ◦ green 6 ◦ blue 86

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

Shades of Ruby #C30656

Tints of Ruby #C30656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 67.94%
G = 2.09%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30656 (or 0xC30656) is known color: Ruby. HEX triplet: C3, 06 and 56. RGB value is (195,6,86). Sum of RGB (Red+Green+Blue) = 195+6+86=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C30656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30656 is #3CF9A9. Grayscale: #474747. Windows color (decimal): -3996074 or 5637827. OLE color: 5637827.

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

Color convert

RGB 195 6 86 -
CMYK 0 0.97 0.56 0.24
HSL 334.6º 0.94% 0.39% -
HSV(B) 334.6º 0.97% 0.76% -
XYZ 24.25 12.4 9.92 -
YUV 71.63 136.12 216 -
System Red Green Blue C M Y K H S L
Decimal 195 6 86 0 0.97 0.56 0.24 334.6 0.94 0.39
Hex C3 6 56 0 61 38 18 14F 5E 27
Octal 303 6 126 0 141 70 30 517 136 47
Binary 11000011 110 1010110 0 1100001 111000 11000 101001111 1011110 100111

Color Harmonies of #C30656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30656

Black with #C30656

Text Example


Text Example

White with #C30656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30656; }

 p { color: rgb(195,6,86); }

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

background-color css

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

 a { background-color: rgb(195,6,86); }

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

border-color css

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

 span { border-color: rgb(195,6,86); }

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