Html Css Color HEX #CB0668 Ruby

📋 copy color: '#CB0668'

red 203 ◦ green 6 ◦ blue 104

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

Shades of Ruby #CB0668

Tints of Ruby #CB0668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 64.86%
G = 1.92%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0668 (or 0xCB0668) is known color: Ruby. HEX triplet: CB, 06 and 68. RGB value is (203,6,104). Sum of RGB (Red+Green+Blue) = 203+6+104=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0668 is #34F997. Grayscale: #4B4B4B. Windows color (decimal): -3471768 or 6817483. OLE color: 6817483.

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

Color convert

RGB 203 6 104 -
CMYK 0 0.97 0.49 0.20
HSL 330.15º 0.94% 0.41% -
HSV(B) 330.15º 0.97% 0.8% -
XYZ 27.19 13.83 14.33 -
YUV 76.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 203 6 104 0 0.97 0.49 0.20 330.15 0.94 0.41
Hex CB 6 68 0 61 31 14 14A 5E 29
Octal 313 6 150 0 141 61 24 512 136 51
Binary 11001011 110 1101000 0 1100001 110001 10100 101001010 1011110 101001

Color Harmonies of #CB0668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0668

Black with #CB0668

Text Example


Text Example

White with #CB0668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0668; }

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

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

background-color css

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

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

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

border-color css

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

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

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