Html Css Color HEX #CB0660 Ruby

📋 copy color: '#CB0660'

red 203 ◦ green 6 ◦ blue 96

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

Shades of Ruby #CB0660

Tints of Ruby #CB0660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 66.56%
G = 1.97%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB0660 (or 0xCB0660) is known color: Ruby. HEX triplet: CB, 06 and 60. RGB value is (203,6,96). Sum of RGB (Red+Green+Blue) = 203+6+96=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0660 is #34F99F. Grayscale: #4B4B4B. Windows color (decimal): -3471776 or 6293195. OLE color: 6293195.

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

Color convert

RGB 203 6 96 -
CMYK 0 0.97 0.53 0.20
HSL 332.59º 0.94% 0.41% -
HSV(B) 332.59º 0.97% 0.8% -
XYZ 26.81 13.67 12.29 -
YUV 75.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 203 6 96 0 0.97 0.53 0.20 332.59 0.94 0.41
Hex CB 6 60 0 61 35 14 14D 5E 29
Octal 313 6 140 0 141 65 24 515 136 51
Binary 11001011 110 1100000 0 1100001 110101 10100 101001101 1011110 101001

Color Harmonies of #CB0660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0660

Black with #CB0660

Text Example


Text Example

White with #CB0660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0660; }

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

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

background-color css

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

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

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

border-color css

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

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

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