Html Css Color HEX #CB116A Ruby

📋 copy color: '#CB116A'

red 203 ◦ green 17 ◦ blue 106

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

Shades of Ruby #CB116A

Tints of Ruby #CB116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 62.27%
G = 5.21%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB116A (or 0xCB116A) is known color: Ruby. HEX triplet: CB, 11 and 6A. RGB value is (203,17,106). Sum of RGB (Red+Green+Blue) = 203+17+106=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB116A is #34EE95. Grayscale: #525252. Windows color (decimal): -3468950 or 6951371. OLE color: 6951371.

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

Color convert

RGB 203 17 106 -
CMYK 0 0.92 0.48 0.20
HSL 331.29º 0.85% 0.43% -
HSV(B) 331.29º 0.92% 0.8% -
XYZ 27.43 14.14 14.92 -
YUV 82.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 203 17 106 0 0.92 0.48 0.20 331.29 0.85 0.43
Hex CB 11 6A 0 5C 30 14 14B 55 2B
Octal 313 21 152 0 134 60 24 513 125 53
Binary 11001011 10001 1101010 0 1011100 110000 10100 101001011 1010101 101011

Color Harmonies of #CB116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB116A

Black with #CB116A

Text Example


Text Example

White with #CB116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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