Html Css Color HEX #C8205F Ruby

📋 copy color: '#C8205F'

red 200 ◦ green 32 ◦ blue 95

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

Shades of Ruby #C8205F

Tints of Ruby #C8205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 61.16%
G = 9.79%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8205F (or 0xC8205F) is known color: Ruby. HEX triplet: C8, 20 and 5F. RGB value is (200,32,95). Sum of RGB (Red+Green+Blue) = 200+32+95=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8205F is #37DFA0. Grayscale: #595959. Windows color (decimal): -3661729 or 6234312. OLE color: 6234312.

HSL color Cylindrical-coordinate representation of color #C8205F: hue angle of 337.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8205F is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 95 -
CMYK 0 0.84 0.52 0.22
HSL 337.5º 0.72% 0.45% -
HSV(B) 337.5º 0.84% 0.78% -
XYZ 26.4 14.14 12.16 -
YUV 89.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 200 32 95 0 0.84 0.52 0.22 337.5 0.72 0.45
Hex C8 20 5F 0 54 34 16 152 48 2D
Octal 310 40 137 0 124 64 26 522 110 55
Binary 11001000 100000 1011111 0 1010100 110100 10110 101010010 1001000 101101

Color Harmonies of #C8205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8205F

Black with #C8205F

Text Example


Text Example

White with #C8205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8205F; }

 p { color: rgb(200,32,95); }

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

background-color css

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

 a { background-color: rgb(200,32,95); }

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

border-color css

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

 span { border-color: rgb(200,32,95); }

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