Html Css Color HEX #C61268 Ruby

📋 copy color: '#C61268'

red 198 ◦ green 18 ◦ blue 104

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

Shades of Ruby #C61268

Tints of Ruby #C61268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 61.88%
G = 5.63%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C61268 (or 0xC61268) is known color: Ruby. HEX triplet: C6, 12 and 68. RGB value is (198,18,104). Sum of RGB (Red+Green+Blue) = 198+18+104=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C61268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61268 is #39ED97. Grayscale: #515151. Windows color (decimal): -3796376 or 6820550. OLE color: 6820550.

HSL color Cylindrical-coordinate representation of color #C61268: hue angle of 331.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61268 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 104 -
CMYK 0 0.91 0.47 0.22
HSL 331.33º 0.83% 0.42% -
HSV(B) 331.33º 0.91% 0.78% -
XYZ 26 13.44 14.32 -
YUV 81.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 198 18 104 0 0.91 0.47 0.22 331.33 0.83 0.42
Hex C6 12 68 0 5B 2F 16 14B 53 2A
Octal 306 22 150 0 133 57 26 513 123 52
Binary 11000110 10010 1101000 0 1011011 101111 10110 101001011 1010011 101010

Color Harmonies of #C61268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61268

Black with #C61268

Text Example


Text Example

White with #C61268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61268; }

 p { color: rgb(198,18,104); }

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

background-color css

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

 a { background-color: rgb(198,18,104); }

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

border-color css

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

 span { border-color: rgb(198,18,104); }

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