Html Css Color HEX #CB2065 Ruby

📋 copy color: '#CB2065'

red 203 ◦ green 32 ◦ blue 101

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

Shades of Ruby #CB2065

Tints of Ruby #CB2065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 60.42%
G = 9.52%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB2065 (or 0xCB2065) is known color: Ruby. HEX triplet: CB, 20 and 65. RGB value is (203,32,101). Sum of RGB (Red+Green+Blue) = 203+32+101=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2065 is #34DF9A. Grayscale: #5A5A5A. Windows color (decimal): -3465115 or 6627531. OLE color: 6627531.

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

Color convert

RGB 203 32 101 -
CMYK 0 0.84 0.50 0.20
HSL 335.79º 0.73% 0.46% -
HSV(B) 335.79º 0.84% 0.8% -
XYZ 27.49 14.67 13.69 -
YUV 91 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 203 32 101 0 0.84 0.50 0.20 335.79 0.73 0.46
Hex CB 20 65 0 54 32 14 150 49 2E
Octal 313 40 145 0 124 62 24 520 111 56
Binary 11001011 100000 1100101 0 1010100 110010 10100 101010000 1001001 101110

Color Harmonies of #CB2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2065

Black with #CB2065

Text Example


Text Example

White with #CB2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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