Html Css Color HEX #C50268 Ruby

📋 copy color: '#C50268'

red 197 ◦ green 2 ◦ blue 104

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

Shades of Ruby #C50268

Tints of Ruby #C50268

RGB

 RED value IS 197 (77.34% from 255) = 65.02%

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

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

R = 65.02%
G = 0.66%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50268 (or 0xC50268) is known color: Ruby. HEX triplet: C5, 02 and 68. RGB value is (197,2,104). Sum of RGB (Red+Green+Blue) = 197+2+104=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C50268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50268 is #3AFD97. Grayscale: #474747. Windows color (decimal): -3866008 or 6816453. OLE color: 6816453.

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

Color convert

RGB 197 2 104 -
CMYK 0 0.99 0.47 0.23
HSL 328.62º 0.98% 0.39% -
HSV(B) 328.62º 0.99% 0.77% -
XYZ 25.55 12.91 14.24 -
YUV 71.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 197 2 104 0 0.99 0.47 0.23 328.62 0.98 0.39
Hex C5 2 68 0 63 2F 17 149 62 27
Octal 305 2 150 0 143 57 27 511 142 47
Binary 11000101 10 1101000 0 1100011 101111 10111 101001001 1100010 100111

Color Harmonies of #C50268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50268

Black with #C50268

Text Example


Text Example

White with #C50268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50268; }

 p { color: rgb(197,2,104); }

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

background-color css

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

 a { background-color: rgb(197,2,104); }

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

border-color css

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

 span { border-color: rgb(197,2,104); }

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