Html Css Color HEX #CB155F Ruby

📋 copy color: '#CB155F'

red 203 ◦ green 21 ◦ blue 95

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

Shades of Ruby #CB155F

Tints of Ruby #CB155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 63.64%
G = 6.58%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB155F (or 0xCB155F) is known color: Ruby. HEX triplet: CB, 15 and 5F. RGB value is (203,21,95). Sum of RGB (Red+Green+Blue) = 203+21+95=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB155F is #34EAA0. Grayscale: #535353. Windows color (decimal): -3467937 or 6231499. OLE color: 6231499.

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

Color convert

RGB 203 21 95 -
CMYK 0 0.90 0.53 0.20
HSL 335.6º 0.81% 0.44% -
HSV(B) 335.6º 0.9% 0.8% -
XYZ 26.96 14.06 12.12 -
YUV 83.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 203 21 95 0 0.90 0.53 0.20 335.6 0.81 0.44
Hex CB 15 5F 0 5A 35 14 150 51 2C
Octal 313 25 137 0 132 65 24 520 121 54
Binary 11001011 10101 1011111 0 1011010 110101 10100 101010000 1010001 101100

Color Harmonies of #CB155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB155F

Black with #CB155F

Text Example


Text Example

White with #CB155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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