Html Css Color HEX #C81A6A Ruby

📋 copy color: '#C81A6A'

red 200 ◦ green 26 ◦ blue 106

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

Shades of Ruby #C81A6A

Tints of Ruby #C81A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.83%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 60.24%
G = 7.83%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C81A6A (or 0xC81A6A) is known color: Ruby. HEX triplet: C8, 1A and 6A. RGB value is (200,26,106). Sum of RGB (Red+Green+Blue) = 200+26+106=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A6A is #37E595. Grayscale: #575757. Windows color (decimal): -3663254 or 6953672. OLE color: 6953672.

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

Color convert

RGB 200 26 106 -
CMYK 0 0.87 0.47 0.22
HSL 332.41º 0.77% 0.44% -
HSV(B) 332.41º 0.87% 0.78% -
XYZ 26.79 14.06 14.94 -
YUV 87.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 200 26 106 0 0.87 0.47 0.22 332.41 0.77 0.44
Hex C8 1A 6A 0 57 2F 16 14C 4D 2C
Octal 310 32 152 0 127 57 26 514 115 54
Binary 11001000 11010 1101010 0 1010111 101111 10110 101001100 1001101 101100

Color Harmonies of #C81A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A6A

Black with #C81A6A

Text Example


Text Example

White with #C81A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A6A; }

 p { color: rgb(200,26,106); }

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

background-color css

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

 a { background-color: rgb(200,26,106); }

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

border-color css

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

 span { border-color: rgb(200,26,106); }

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