Html Css Color HEX #CB156D Ruby

📋 copy color: '#CB156D'

red 203 ◦ green 21 ◦ blue 109

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

Shades of Ruby #CB156D

Tints of Ruby #CB156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 60.96%
G = 6.31%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB156D (or 0xCB156D) is known color: Ruby. HEX triplet: CB, 15 and 6D. RGB value is (203,21,109). Sum of RGB (Red+Green+Blue) = 203+21+109=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB156D is #34EA92. Grayscale: #555555. Windows color (decimal): -3467923 or 7149003. OLE color: 7149003.

HSL color Cylindrical-coordinate representation of color #CB156D: hue angle of 330.99º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB156D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 109 -
CMYK 0 0.90 0.46 0.20
HSL 330.99º 0.81% 0.44% -
HSV(B) 330.99º 0.9% 0.8% -
XYZ 27.66 14.34 15.78 -
YUV 85.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 203 21 109 0 0.90 0.46 0.20 330.99 0.81 0.44
Hex CB 15 6D 0 5A 2E 14 14B 51 2C
Octal 313 25 155 0 132 56 24 513 121 54
Binary 11001011 10101 1101101 0 1011010 101110 10100 101001011 1010001 101100

Color Harmonies of #CB156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB156D

Black with #CB156D

Text Example


Text Example

White with #CB156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB156D; }

 p { color: rgb(203,21,109); }

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

background-color css

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

 a { background-color: rgb(203,21,109); }

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

border-color css

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

 span { border-color: rgb(203,21,109); }

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