Html Css Color HEX #C6045A Ruby

📋 copy color: '#C6045A'

red 198 ◦ green 4 ◦ blue 90

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

Shades of Ruby #C6045A

Tints of Ruby #C6045A

RGB

 RED value IS 198 (77.73% from 255) = 67.81%

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 90 (35.55% from 255) = 30.82%

R = 67.81%
G = 1.37%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6045A (or 0xC6045A) is known color: Ruby. HEX triplet: C6, 04 and 5A. RGB value is (198,4,90). Sum of RGB (Red+Green+Blue) = 198+4+90=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6045A is #39FBA5. Grayscale: #474747. Windows color (decimal): -3799974 or 5899462. OLE color: 5899462.

HSL color Cylindrical-coordinate representation of color #C6045A: hue angle of 333.4º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6045A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 90 -
CMYK 0 0.98 0.55 0.22
HSL 333.4º 0.96% 0.4% -
HSV(B) 333.4º 0.98% 0.78% -
XYZ 25.18 12.83 10.82 -
YUV 71.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 198 4 90 0 0.98 0.55 0.22 333.4 0.96 0.4
Hex C6 4 5A 0 62 37 16 14D 60 28
Octal 306 4 132 0 142 67 26 515 140 50
Binary 11000110 100 1011010 0 1100010 110111 10110 101001101 1100000 101000

Color Harmonies of #C6045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6045A

Black with #C6045A

Text Example


Text Example

White with #C6045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6045A; }

 p { color: rgb(198,4,90); }

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

background-color css

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

 a { background-color: rgb(198,4,90); }

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

border-color css

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

 span { border-color: rgb(198,4,90); }

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