Html Css Color HEX #C80267 Ruby

📋 copy color: '#C80267'

red 200 ◦ green 2 ◦ blue 103

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

Shades of Ruby #C80267

Tints of Ruby #C80267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.77%

R = 65.57%
G = 0.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80267 (or 0xC80267) is known color: Ruby. HEX triplet: C8, 02 and 67. RGB value is (200,2,103). Sum of RGB (Red+Green+Blue) = 200+2+103=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80267 is #37FD98. Grayscale: #484848. Windows color (decimal): -3669401 or 6750920. OLE color: 6750920.

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

Color convert

RGB 200 2 103 -
CMYK 0 0.99 0.48 0.22
HSL 329.39º 0.98% 0.4% -
HSV(B) 329.39º 0.99% 0.78% -
XYZ 26.29 13.3 14.01 -
YUV 72.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 200 2 103 0 0.99 0.48 0.22 329.39 0.98 0.4
Hex C8 2 67 0 63 30 16 149 62 28
Octal 310 2 147 0 143 60 26 511 142 50
Binary 11001000 10 1100111 0 1100011 110000 10110 101001001 1100010 101000

Color Harmonies of #C80267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80267

Black with #C80267

Text Example


Text Example

White with #C80267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80267; }

 p { color: rgb(200,2,103); }

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

background-color css

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

 a { background-color: rgb(200,2,103); }

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

border-color css

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

 span { border-color: rgb(200,2,103); }

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