Html Css Color HEX #CB055E Ruby

📋 copy color: '#CB055E'

red 203 ◦ green 5 ◦ blue 94

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

Shades of Ruby #CB055E

Tints of Ruby #CB055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 67.22%
G = 1.66%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB055E (or 0xCB055E) is known color: Ruby. HEX triplet: CB, 05 and 5E. RGB value is (203,5,94). Sum of RGB (Red+Green+Blue) = 203+5+94=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB055E is #34FAA1. Grayscale: #4A4A4A. Windows color (decimal): -3472034 or 6161867. OLE color: 6161867.

HSL color Cylindrical-coordinate representation of color #CB055E: hue angle of 333.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB055E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 94 -
CMYK 0 0.98 0.54 0.20
HSL 333.03º 0.95% 0.41% -
HSV(B) 333.03º 0.98% 0.8% -
XYZ 26.7 13.61 11.81 -
YUV 74.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 203 5 94 0 0.98 0.54 0.20 333.03 0.95 0.41
Hex CB 5 5E 0 62 36 14 14D 5F 29
Octal 313 5 136 0 142 66 24 515 137 51
Binary 11001011 101 1011110 0 1100010 110110 10100 101001101 1011111 101001

Color Harmonies of #CB055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB055E

Black with #CB055E

Text Example


Text Example

White with #CB055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB055E; }

 p { color: rgb(203,5,94); }

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

background-color css

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

 a { background-color: rgb(203,5,94); }

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

border-color css

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

 span { border-color: rgb(203,5,94); }

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