Html Css Color HEX #CD0862 Ruby

📋 copy color: '#CD0862'

red 205 ◦ green 8 ◦ blue 98

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

Shades of Ruby #CD0862

Tints of Ruby #CD0862

RGB

 RED value IS 205 (80.47% from 255) = 65.92%

 GREEN value IS 8 (3.52% from 255) = 2.57%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 65.92%
G = 2.57%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD0862 (or 0xCD0862) is known color: Ruby. HEX triplet: CD, 08 and 62. RGB value is (205,8,98). Sum of RGB (Red+Green+Blue) = 205+8+98=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0862 is #32F79D. Grayscale: #4D4D4D. Windows color (decimal): -3340190 or 6424781. OLE color: 6424781.

HSL color Cylindrical-coordinate representation of color #CD0862: hue angle of 332.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0862 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 8 98 -
CMYK 0 0.96 0.52 0.20
HSL 332.59º 0.92% 0.42% -
HSV(B) 332.59º 0.96% 0.8% -
XYZ 27.47 14.03 12.82 -
YUV 77.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 205 8 98 0 0.96 0.52 0.20 332.59 0.92 0.42
Hex CD 8 62 0 60 34 14 14D 5C 2A
Octal 315 10 142 0 140 64 24 515 134 52
Binary 11001101 1000 1100010 0 1100000 110100 10100 101001101 1011100 101010

Color Harmonies of #CD0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0862

Black with #CD0862

Text Example


Text Example

White with #CD0862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0862; }

 p { color: rgb(205,8,98); }

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

background-color css

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

 a { background-color: rgb(205,8,98); }

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

border-color css

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

 span { border-color: rgb(205,8,98); }

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