Html Css Color HEX #CB0068 Ruby

📋 copy color: '#CB0068'

red 203 ◦ green 0 ◦ blue 104

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

Shades of Ruby #CB0068

Tints of Ruby #CB0068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 66.12%
G = 0%
B = 33.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0068 (or 0xCB0068) is known color: Ruby. HEX triplet: CB, 00 and 68. RGB value is (203,0,104). Sum of RGB (Red+Green+Blue) = 203+0+104=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0068 is #34FF97. Grayscale: #484848. Windows color (decimal): -3473304 or 6815947. OLE color: 6815947.

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

Color convert

RGB 203 0 104 -
CMYK 0 1 0.49 0.20
HSL 329.26º 1% 0.4% -
HSV(B) 329.26º 1% 0.8% -
XYZ 27.13 13.7 14.31 -
YUV 72.55 145.75 221.04 -
System Red Green Blue C M Y K H S L
Decimal 203 0 104 0 1 0.49 0.20 329.26 1 0.4
Hex CB 0 68 0 64 31 14 149 64 28
Octal 313 0 150 0 144 61 24 511 144 50
Binary 11001011 0 1101000 0 1100100 110001 10100 101001001 1100100 101000

Color Harmonies of #CB0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0068

Black with #CB0068

Text Example


Text Example

White with #CB0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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