Html Css Color HEX #CB115D Ruby

📋 copy color: '#CB115D'

red 203 ◦ green 17 ◦ blue 93

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

Shades of Ruby #CB115D

Tints of Ruby #CB115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 64.86%
G = 5.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB115D (or 0xCB115D) is known color: Ruby. HEX triplet: CB, 11 and 5D. RGB value is (203,17,93). Sum of RGB (Red+Green+Blue) = 203+17+93=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB115D is #34EEA2. Grayscale: #515151. Windows color (decimal): -3468963 or 6099403. OLE color: 6099403.

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

Color convert

RGB 203 17 93 -
CMYK 0 0.92 0.54 0.20
HSL 335.48º 0.85% 0.43% -
HSV(B) 335.48º 0.92% 0.8% -
XYZ 26.8 13.89 11.62 -
YUV 81.28 134.62 214.82 -
System Red Green Blue C M Y K H S L
Decimal 203 17 93 0 0.92 0.54 0.20 335.48 0.85 0.43
Hex CB 11 5D 0 5C 36 14 14F 55 2B
Octal 313 21 135 0 134 66 24 517 125 53
Binary 11001011 10001 1011101 0 1011100 110110 10100 101001111 1010101 101011

Color Harmonies of #CB115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB115D

Black with #CB115D

Text Example


Text Example

White with #CB115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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