Html Css Color HEX #C81867 Ruby

📋 copy color: '#C81867'

red 200 ◦ green 24 ◦ blue 103

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

Shades of Ruby #C81867

Tints of Ruby #C81867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 61.16%
G = 7.34%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C81867 (or 0xC81867) is known color: Ruby. HEX triplet: C8, 18 and 67. RGB value is (200,24,103). Sum of RGB (Red+Green+Blue) = 200+24+103=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C81867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81867 is #37E798. Grayscale: #555555. Windows color (decimal): -3663769 or 6756552. OLE color: 6756552.

HSL color Cylindrical-coordinate representation of color #C81867: hue angle of 333.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81867 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 103 -
CMYK 0 0.88 0.48 0.22
HSL 333.07º 0.79% 0.44% -
HSV(B) 333.07º 0.88% 0.78% -
XYZ 26.59 13.91 14.12 -
YUV 85.63 137.81 209.58 -
System Red Green Blue C M Y K H S L
Decimal 200 24 103 0 0.88 0.48 0.22 333.07 0.79 0.44
Hex C8 18 67 0 58 30 16 14D 4F 2C
Octal 310 30 147 0 130 60 26 515 117 54
Binary 11001000 11000 1100111 0 1011000 110000 10110 101001101 1001111 101100

Color Harmonies of #C81867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81867

Black with #C81867

Text Example


Text Example

White with #C81867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81867; }

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

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

background-color css

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

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

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

border-color css

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

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

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