Html Css Color HEX #CB0863 Ruby

📋 copy color: '#CB0863'

red 203 ◦ green 8 ◦ blue 99

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

Shades of Ruby #CB0863

Tints of Ruby #CB0863

RGB

 RED value IS 203 (79.69% from 255) = 65.48%

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

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 65.48%
G = 2.58%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB0863 (or 0xCB0863) is known color: Ruby. HEX triplet: CB, 08 and 63. RGB value is (203,8,99). Sum of RGB (Red+Green+Blue) = 203+8+99=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0863 is #34F79C. Grayscale: #4C4C4C. Windows color (decimal): -3471261 or 6490315. OLE color: 6490315.

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

Color convert

RGB 203 8 99 -
CMYK 0 0.96 0.51 0.20
HSL 332º 0.92% 0.41% -
HSV(B) 332º 0.96% 0.8% -
XYZ 26.97 13.77 13.04 -
YUV 76.68 140.6 218.1 -
System Red Green Blue C M Y K H S L
Decimal 203 8 99 0 0.96 0.51 0.20 332 0.92 0.41
Hex CB 8 63 0 60 33 14 14C 5C 29
Octal 313 10 143 0 140 63 24 514 134 51
Binary 11001011 1000 1100011 0 1100000 110011 10100 101001100 1011100 101001

Color Harmonies of #CB0863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0863

Black with #CB0863

Text Example


Text Example

White with #CB0863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0863; }

 p { color: rgb(203,8,99); }

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

background-color css

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

 a { background-color: rgb(203,8,99); }

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

border-color css

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

 span { border-color: rgb(203,8,99); }

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