Html Css Color HEX #CB026C Ruby

📋 copy color: '#CB026C'

red 203 ◦ green 2 ◦ blue 108

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

Shades of Ruby #CB026C

Tints of Ruby #CB026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 64.86%
G = 0.64%
B = 34.5%

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

#CB026C (or 0xCB026C) is known color: Ruby. HEX triplet: CB, 02 and 6C. RGB value is (203,2,108). Sum of RGB (Red+Green+Blue) = 203+2+108=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB026C is #34FD93. Grayscale: #494949. Windows color (decimal): -3472788 or 7078603. OLE color: 7078603.

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

Color convert

RGB 203 2 108 -
CMYK 0 0.99 0.47 0.20
HSL 328.36º 0.98% 0.4% -
HSV(B) 328.36º 0.99% 0.8% -
XYZ 27.36 13.82 15.41 -
YUV 74.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 203 2 108 0 0.99 0.47 0.20 328.36 0.98 0.4
Hex CB 2 6C 0 63 2F 14 148 62 28
Octal 313 2 154 0 143 57 24 510 142 50
Binary 11001011 10 1101100 0 1100011 101111 10100 101001000 1100010 101000

Color Harmonies of #CB026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB026C

Black with #CB026C

Text Example


Text Example

White with #CB026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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