Html Css Color HEX #CB0658 Ruby

📋 copy color: '#CB0658'

red 203 ◦ green 6 ◦ blue 88

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

Shades of Ruby #CB0658

Tints of Ruby #CB0658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 68.35%
G = 2.02%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB0658 (or 0xCB0658) is known color: Ruby. HEX triplet: CB, 06 and 58. RGB value is (203,6,88). Sum of RGB (Red+Green+Blue) = 203+6+88=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0658 is #34F9A7. Grayscale: #4A4A4A. Windows color (decimal): -3471784 or 5768907. OLE color: 5768907.

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

Color convert

RGB 203 6 88 -
CMYK 0 0.97 0.57 0.20
HSL 335.03º 0.94% 0.41% -
HSV(B) 335.03º 0.97% 0.8% -
XYZ 26.46 13.53 10.45 -
YUV 74.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 203 6 88 0 0.97 0.57 0.20 335.03 0.94 0.41
Hex CB 6 58 0 61 39 14 14F 5E 29
Octal 313 6 130 0 141 71 24 517 136 51
Binary 11001011 110 1011000 0 1100001 111001 10100 101001111 1011110 101001

Color Harmonies of #CB0658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0658

Black with #CB0658

Text Example


Text Example

White with #CB0658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0658; }

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

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

background-color css

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

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

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

border-color css

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

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

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