Html Css Color HEX #C80369 Ruby

📋 copy color: '#C80369'

red 200 ◦ green 3 ◦ blue 105

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

Shades of Ruby #C80369

Tints of Ruby #C80369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 64.94%
G = 0.97%
B = 34.09%

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

#C80369 (or 0xC80369) is known color: Ruby. HEX triplet: C8, 03 and 69. RGB value is (200,3,105). Sum of RGB (Red+Green+Blue) = 200+3+105=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C80369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80369 is #37FC96. Grayscale: #494949. Windows color (decimal): -3669143 or 6882248. OLE color: 6882248.

HSL color Cylindrical-coordinate representation of color #C80369: hue angle of 328.93º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80369 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 105 -
CMYK 0 0.98 0.48 0.22
HSL 328.93º 0.97% 0.4% -
HSV(B) 328.93º 0.99% 0.78% -
XYZ 26.4 13.36 14.55 -
YUV 73.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 200 3 105 0 0.98 0.48 0.22 328.93 0.97 0.4
Hex C8 3 69 0 62 30 16 149 61 28
Octal 310 3 151 0 142 60 26 511 141 50
Binary 11001000 11 1101001 0 1100010 110000 10110 101001001 1100001 101000

Color Harmonies of #C80369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80369

Black with #C80369

Text Example


Text Example

White with #C80369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80369; }

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

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

background-color css

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

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

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

border-color css

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

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

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