Html Css Color HEX #CB026B Ruby

📋 copy color: '#CB026B'

red 203 ◦ green 2 ◦ blue 107

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

Shades of Ruby #CB026B

Tints of Ruby #CB026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 65.06%
G = 0.64%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB026B (or 0xCB026B) is known color: Ruby. HEX triplet: CB, 02 and 6B. RGB value is (203,2,107). Sum of RGB (Red+Green+Blue) = 203+2+107=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB026B is #34FD94. Grayscale: #494949. Windows color (decimal): -3472789 or 7013067. OLE color: 7013067.

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

Color convert

RGB 203 2 107 -
CMYK 0 0.99 0.47 0.20
HSL 328.66º 0.98% 0.4% -
HSV(B) 328.66º 0.99% 0.8% -
XYZ 27.3 13.8 15.13 -
YUV 74.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 203 2 107 0 0.99 0.47 0.20 328.66 0.98 0.4
Hex CB 2 6B 0 63 2F 14 149 62 28
Octal 313 2 153 0 143 57 24 511 142 50
Binary 11001011 10 1101011 0 1100011 101111 10100 101001001 1100010 101000

Color Harmonies of #CB026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB026B

Black with #CB026B

Text Example


Text Example

White with #CB026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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