Html Css Color HEX #C6025A Ruby

📋 copy color: '#C6025A'

red 198 ◦ green 2 ◦ blue 90

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

Shades of Ruby #C6025A

Tints of Ruby #C6025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 68.28%
G = 0.69%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6025A (or 0xC6025A) is known color: Ruby. HEX triplet: C6, 02 and 5A. RGB value is (198,2,90). Sum of RGB (Red+Green+Blue) = 198+2+90=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6025A is #39FDA5. Grayscale: #464646. Windows color (decimal): -3800486 or 5898950. OLE color: 5898950.

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

Color convert

RGB 198 2 90 -
CMYK 0 0.99 0.55 0.22
HSL 333.06º 0.98% 0.39% -
HSV(B) 333.06º 0.99% 0.78% -
XYZ 25.16 12.79 10.82 -
YUV 70.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 198 2 90 0 0.99 0.55 0.22 333.06 0.98 0.39
Hex C6 2 5A 0 63 37 16 14D 62 27
Octal 306 2 132 0 143 67 26 515 142 47
Binary 11000110 10 1011010 0 1100011 110111 10110 101001101 1100010 100111

Color Harmonies of #C6025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6025A

Black with #C6025A

Text Example


Text Example

White with #C6025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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