Html Css Color HEX #CB2064 Ruby

📋 copy color: '#CB2064'

red 203 ◦ green 32 ◦ blue 100

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

Shades of Ruby #CB2064

Tints of Ruby #CB2064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 60.6%
G = 9.55%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2064 (or 0xCB2064) is known color: Ruby. HEX triplet: CB, 20 and 64. RGB value is (203,32,100). Sum of RGB (Red+Green+Blue) = 203+32+100=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2064 is #34DF9B. Grayscale: #5A5A5A. Windows color (decimal): -3465116 or 6561995. OLE color: 6561995.

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

Color convert

RGB 203 32 100 -
CMYK 0 0.84 0.51 0.20
HSL 336.14º 0.73% 0.46% -
HSV(B) 336.14º 0.84% 0.8% -
XYZ 27.45 14.65 13.44 -
YUV 90.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 203 32 100 0 0.84 0.51 0.20 336.14 0.73 0.46
Hex CB 20 64 0 54 33 14 150 49 2E
Octal 313 40 144 0 124 63 24 520 111 56
Binary 11001011 100000 1100100 0 1010100 110011 10100 101010000 1001001 101110

Color Harmonies of #CB2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2064

Black with #CB2064

Text Example


Text Example

White with #CB2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2064; }

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

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

background-color css

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

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

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

border-color css

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

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

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