Html Css Color HEX #CB0864 Ruby

📋 copy color: '#CB0864'

red 203 ◦ green 8 ◦ blue 100

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

Shades of Ruby #CB0864

Tints of Ruby #CB0864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 65.27%
G = 2.57%
B = 32.15%

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

#CB0864 (or 0xCB0864) is known color: Ruby. HEX triplet: CB, 08 and 64. RGB value is (203,8,100). Sum of RGB (Red+Green+Blue) = 203+8+100=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0864 is #34F79B. Grayscale: #4C4C4C. Windows color (decimal): -3471260 or 6555851. OLE color: 6555851.

HSL color Cylindrical-coordinate representation of color #CB0864: hue angle of 331.69º 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 #CB0864 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 100 -
CMYK 0 0.96 0.51 0.20
HSL 331.69º 0.92% 0.41% -
HSV(B) 331.69º 0.96% 0.8% -
XYZ 27.02 13.79 13.29 -
YUV 76.79 141.1 218.02 -
System Red Green Blue C M Y K H S L
Decimal 203 8 100 0 0.96 0.51 0.20 331.69 0.92 0.41
Hex CB 8 64 0 60 33 14 14C 5C 29
Octal 313 10 144 0 140 63 24 514 134 51
Binary 11001011 1000 1100100 0 1100000 110011 10100 101001100 1011100 101001

Color Harmonies of #CB0864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0864

Black with #CB0864

Text Example


Text Example

White with #CB0864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0864; }

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

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

background-color css

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

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

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

border-color css

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

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

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