Html Css Color HEX #C81865 Ruby

📋 copy color: '#C81865'

red 200 ◦ green 24 ◦ blue 101

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

Shades of Ruby #C81865

Tints of Ruby #C81865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 61.54%
G = 7.38%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C81865 (or 0xC81865) is known color: Ruby. HEX triplet: C8, 18 and 65. RGB value is (200,24,101). Sum of RGB (Red+Green+Blue) = 200+24+101=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C81865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81865 is #37E79A. Grayscale: #555555. Windows color (decimal): -3663771 or 6625480. OLE color: 6625480.

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

Color convert

RGB 200 24 101 -
CMYK 0 0.88 0.49 0.22
HSL 333.75º 0.79% 0.44% -
HSV(B) 333.75º 0.88% 0.78% -
XYZ 26.5 13.87 13.59 -
YUV 85.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 200 24 101 0 0.88 0.49 0.22 333.75 0.79 0.44
Hex C8 18 65 0 58 31 16 14E 4F 2C
Octal 310 30 145 0 130 61 26 516 117 54
Binary 11001000 11000 1100101 0 1011000 110001 10110 101001110 1001111 101100

Color Harmonies of #C81865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81865

Black with #C81865

Text Example


Text Example

White with #C81865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81865; }

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

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

background-color css

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

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

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

border-color css

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

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

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