Html Css Color HEX #C50269 Ruby

📋 copy color: '#C50269'

red 197 ◦ green 2 ◦ blue 105

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

Shades of Ruby #C50269

Tints of Ruby #C50269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 64.8%
G = 0.66%
B = 34.54%

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

#C50269 (or 0xC50269) is known color: Ruby. HEX triplet: C5, 02 and 69. RGB value is (197,2,105). Sum of RGB (Red+Green+Blue) = 197+2+105=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C50269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50269 is #3AFD96. Grayscale: #474747. Windows color (decimal): -3866007 or 6881989. OLE color: 6881989.

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

Color convert

RGB 197 2 105 -
CMYK 0 0.99 0.47 0.23
HSL 328.31º 0.98% 0.39% -
HSV(B) 328.31º 0.99% 0.77% -
XYZ 25.6 12.93 14.51 -
YUV 72.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 197 2 105 0 0.99 0.47 0.23 328.31 0.98 0.39
Hex C5 2 69 0 63 2F 17 148 62 27
Octal 305 2 151 0 143 57 27 510 142 47
Binary 11000101 10 1101001 0 1100011 101111 10111 101001000 1100010 100111

Color Harmonies of #C50269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50269

Black with #C50269

Text Example


Text Example

White with #C50269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50269; }

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

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

background-color css

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

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

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

border-color css

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

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

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