Html Css Color HEX #C6045C Ruby

📋 copy color: '#C6045C'

red 198 ◦ green 4 ◦ blue 92

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

Shades of Ruby #C6045C

Tints of Ruby #C6045C

RGB

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

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

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

R = 67.35%
G = 1.36%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6045C (or 0xC6045C) is known color: Ruby. HEX triplet: C6, 04 and 5C. RGB value is (198,4,92). Sum of RGB (Red+Green+Blue) = 198+4+92=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6045C is #39FBA3. Grayscale: #474747. Windows color (decimal): -3799972 or 6030534. OLE color: 6030534.

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

Color convert

RGB 198 4 92 -
CMYK 0 0.98 0.54 0.22
HSL 332.78º 0.96% 0.4% -
HSV(B) 332.78º 0.98% 0.78% -
XYZ 25.26 12.87 11.28 -
YUV 72.04 139.27 217.84 -
System Red Green Blue C M Y K H S L
Decimal 198 4 92 0 0.98 0.54 0.22 332.78 0.96 0.4
Hex C6 4 5C 0 62 36 16 14D 60 28
Octal 306 4 134 0 142 66 26 515 140 50
Binary 11000110 100 1011100 0 1100010 110110 10110 101001101 1100000 101000

Color Harmonies of #C6045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6045C

Black with #C6045C

Text Example


Text Example

White with #C6045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6045C; }

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

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

background-color css

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

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

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

border-color css

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

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

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