Html Css Color HEX #CB2060 Ruby

📋 copy color: '#CB2060'

red 203 ◦ green 32 ◦ blue 96

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

Shades of Ruby #CB2060

Tints of Ruby #CB2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 61.33%
G = 9.67%
B = 29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB2060 (or 0xCB2060) is known color: Ruby. HEX triplet: CB, 20 and 60. RGB value is (203,32,96). Sum of RGB (Red+Green+Blue) = 203+32+96=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2060 is #34DF9F. Grayscale: #5A5A5A. Windows color (decimal): -3465120 or 6299851. OLE color: 6299851.

HSL color Cylindrical-coordinate representation of color #CB2060: hue angle of 337.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2060 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 96 -
CMYK 0 0.84 0.53 0.20
HSL 337.54º 0.73% 0.46% -
HSV(B) 337.54º 0.84% 0.8% -
XYZ 27.26 14.57 12.44 -
YUV 90.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 203 32 96 0 0.84 0.53 0.20 337.54 0.73 0.46
Hex CB 20 60 0 54 35 14 152 49 2E
Octal 313 40 140 0 124 65 24 522 111 56
Binary 11001011 100000 1100000 0 1010100 110101 10100 101010010 1001001 101110

Color Harmonies of #CB2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2060

Black with #CB2060

Text Example


Text Example

White with #CB2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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