Html Css Color HEX #CB116B Ruby

📋 copy color: '#CB116B'

red 203 ◦ green 17 ◦ blue 107

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

Shades of Ruby #CB116B

Tints of Ruby #CB116B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

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

R = 62.08%
G = 5.2%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB116B (or 0xCB116B) is known color: Ruby. HEX triplet: CB, 11 and 6B. RGB value is (203,17,107). Sum of RGB (Red+Green+Blue) = 203+17+107=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB116B is #34EE94. Grayscale: #525252. Windows color (decimal): -3468949 or 7016907. OLE color: 7016907.

HSL color Cylindrical-coordinate representation of color #CB116B: hue angle of 330.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB116B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 17 107 -
CMYK 0 0.92 0.47 0.20
HSL 330.97º 0.85% 0.43% -
HSV(B) 330.97º 0.92% 0.8% -
XYZ 27.48 14.16 15.19 -
YUV 82.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 203 17 107 0 0.92 0.47 0.20 330.97 0.85 0.43
Hex CB 11 6B 0 5C 2F 14 14B 55 2B
Octal 313 21 153 0 134 57 24 513 125 53
Binary 11001011 10001 1101011 0 1011100 101111 10100 101001011 1010101 101011

Color Harmonies of #CB116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB116B

Black with #CB116B

Text Example


Text Example

White with #CB116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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