Html Css Color HEX #C80469 Ruby

📋 copy color: '#C80469'

red 200 ◦ green 4 ◦ blue 105

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

Shades of Ruby #C80469

Tints of Ruby #C80469

RGB

 RED value IS 200 (78.52% from 255) = 64.72%

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

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

R = 64.72%
G = 1.29%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80469 (or 0xC80469) is known color: Ruby. HEX triplet: C8, 04 and 69. RGB value is (200,4,105). Sum of RGB (Red+Green+Blue) = 200+4+105=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C80469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80469 is #37FB96. Grayscale: #494949. Windows color (decimal): -3668887 or 6882504. OLE color: 6882504.

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

Color convert

RGB 200 4 105 -
CMYK 0 0.98 0.48 0.22
HSL 329.08º 0.96% 0.4% -
HSV(B) 329.08º 0.98% 0.78% -
XYZ 26.41 13.39 14.56 -
YUV 74.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 200 4 105 0 0.98 0.48 0.22 329.08 0.96 0.4
Hex C8 4 69 0 62 30 16 149 60 28
Octal 310 4 151 0 142 60 26 511 140 50
Binary 11001000 100 1101001 0 1100010 110000 10110 101001001 1100000 101000

Color Harmonies of #C80469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80469

Black with #C80469

Text Example


Text Example

White with #C80469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80469; }

 p { color: rgb(200,4,105); }

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

background-color css

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

 a { background-color: rgb(200,4,105); }

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

border-color css

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

 span { border-color: rgb(200,4,105); }

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