Html Css Color HEX #CB0064 Ruby

📋 copy color: '#CB0064'

red 203 ◦ green 0 ◦ blue 100

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

Shades of Ruby #CB0064

Tints of Ruby #CB0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67%
G = 0%
B = 33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB0064 (or 0xCB0064) is known color: Ruby. HEX triplet: CB, 00 and 64. RGB value is (203,0,100). Sum of RGB (Red+Green+Blue) = 203+0+100=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0064 is #34FF9B. Grayscale: #474747. Windows color (decimal): -3473308 or 6553803. OLE color: 6553803.

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

Color convert

RGB 203 0 100 -
CMYK 0 1 0.51 0.20
HSL 330.44º 1% 0.4% -
HSV(B) 330.44º 1% 0.8% -
XYZ 26.93 13.62 13.27 -
YUV 72.1 143.75 221.37 -
System Red Green Blue C M Y K H S L
Decimal 203 0 100 0 1 0.51 0.20 330.44 1 0.4
Hex CB 0 64 0 64 33 14 14A 64 28
Octal 313 0 144 0 144 63 24 512 144 50
Binary 11001011 0 1100100 0 1100100 110011 10100 101001010 1100100 101000

Color Harmonies of #CB0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0064

Black with #CB0064

Text Example


Text Example

White with #CB0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0064; }

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

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

background-color css

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

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

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

border-color css

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

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

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