Html Css Color HEX #CB1E6B Ruby

📋 copy color: '#CB1E6B'

red 203 ◦ green 30 ◦ blue 107

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

Shades of Ruby #CB1E6B

Tints of Ruby #CB1E6B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.82%

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 59.71%
G = 8.82%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB1E6B (or 0xCB1E6B) is known color: Ruby. HEX triplet: CB, 1E and 6B. RGB value is (203,30,107). Sum of RGB (Red+Green+Blue) = 203+30+107=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1E6B is #34E194. Grayscale: #5A5A5A. Windows color (decimal): -3465621 or 7020235. OLE color: 7020235.

HSL color Cylindrical-coordinate representation of color #CB1E6B: hue angle of 333.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E6B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 30 107 -
CMYK 0 0.85 0.47 0.20
HSL 333.29º 0.74% 0.46% -
HSV(B) 333.29º 0.85% 0.8% -
XYZ 27.75 14.69 15.28 -
YUV 90.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 203 30 107 0 0.85 0.47 0.20 333.29 0.74 0.46
Hex CB 1E 6B 0 55 2F 14 14D 4A 2E
Octal 313 36 153 0 125 57 24 515 112 56
Binary 11001011 11110 1101011 0 1010101 101111 10100 101001101 1001010 101110

Color Harmonies of #CB1E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1E6B

Black with #CB1E6B

Text Example


Text Example

White with #CB1E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1E6B; }

 p { color: rgb(203,30,107); }

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

background-color css

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

 a { background-color: rgb(203,30,107); }

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

border-color css

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

 span { border-color: rgb(203,30,107); }

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