Html Css Color HEX #CB0265 Ruby

📋 copy color: '#CB0265'

red 203 ◦ green 2 ◦ blue 101

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

Shades of Ruby #CB0265

Tints of Ruby #CB0265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 66.34%
G = 0.65%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB0265 (or 0xCB0265) is known color: Ruby. HEX triplet: CB, 02 and 65. RGB value is (203,2,101). Sum of RGB (Red+Green+Blue) = 203+2+101=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0265 is #34FD9A. Grayscale: #494949. Windows color (decimal): -3472795 or 6619851. OLE color: 6619851.

HSL color Cylindrical-coordinate representation of color #CB0265: hue angle of 330.45º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0265 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 101 -
CMYK 0 0.99 0.50 0.20
HSL 330.45º 0.98% 0.4% -
HSV(B) 330.45º 0.99% 0.8% -
XYZ 27 13.68 13.53 -
YUV 73.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 203 2 101 0 0.99 0.50 0.20 330.45 0.98 0.4
Hex CB 2 65 0 63 32 14 14A 62 28
Octal 313 2 145 0 143 62 24 512 142 50
Binary 11001011 10 1100101 0 1100011 110010 10100 101001010 1100010 101000

Color Harmonies of #CB0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0265

Black with #CB0265

Text Example


Text Example

White with #CB0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0265; }

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

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

background-color css

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

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

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

border-color css

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

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

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