Html Css Color HEX #CB0568 Ruby

📋 copy color: '#CB0568'

red 203 ◦ green 5 ◦ blue 104

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

Shades of Ruby #CB0568

Tints of Ruby #CB0568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 65.06%
G = 1.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0568 (or 0xCB0568) is known color: Ruby. HEX triplet: CB, 05 and 68. RGB value is (203,5,104). Sum of RGB (Red+Green+Blue) = 203+5+104=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0568 is #34FA97. Grayscale: #4B4B4B. Windows color (decimal): -3472024 or 6817227. OLE color: 6817227.

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

Color convert

RGB 203 5 104 -
CMYK 0 0.98 0.49 0.20
HSL 330º 0.95% 0.41% -
HSV(B) 330º 0.98% 0.8% -
XYZ 27.18 13.8 14.33 -
YUV 75.49 144.1 218.95 -
System Red Green Blue C M Y K H S L
Decimal 203 5 104 0 0.98 0.49 0.20 330 0.95 0.41
Hex CB 5 68 0 62 31 14 14A 5F 29
Octal 313 5 150 0 142 61 24 512 137 51
Binary 11001011 101 1101000 0 1100010 110001 10100 101001010 1011111 101001

Color Harmonies of #CB0568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0568

Black with #CB0568

Text Example


Text Example

White with #CB0568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0568; }

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

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

background-color css

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

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

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

border-color css

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

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

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