Html Css Color HEX #C6025C Ruby

📋 copy color: '#C6025C'

red 198 ◦ green 2 ◦ blue 92

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

Shades of Ruby #C6025C

Tints of Ruby #C6025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 67.81%
G = 0.68%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6025C (or 0xC6025C) is known color: Ruby. HEX triplet: C6, 02 and 5C. RGB value is (198,2,92). Sum of RGB (Red+Green+Blue) = 198+2+92=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6025C is #39FDA3. Grayscale: #464646. Windows color (decimal): -3800484 or 6030022. OLE color: 6030022.

HSL color Cylindrical-coordinate representation of color #C6025C: hue angle of 332.45º 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 #C6025C is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 92 -
CMYK 0 0.99 0.54 0.22
HSL 332.45º 0.98% 0.39% -
HSV(B) 332.45º 0.99% 0.78% -
XYZ 25.24 12.82 11.27 -
YUV 70.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 198 2 92 0 0.99 0.54 0.22 332.45 0.98 0.39
Hex C6 2 5C 0 63 36 16 14C 62 27
Octal 306 2 134 0 143 66 26 514 142 47
Binary 11000110 10 1011100 0 1100011 110110 10110 101001100 1100010 100111

Color Harmonies of #C6025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6025C

Black with #C6025C

Text Example


Text Example

White with #C6025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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