Html Css Color HEX #CB1C6D Ruby

📋 copy color: '#CB1C6D'

red 203 ◦ green 28 ◦ blue 109

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

Shades of Ruby #CB1C6D

Tints of Ruby #CB1C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

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

R = 59.71%
G = 8.24%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB1C6D (or 0xCB1C6D) is known color: Ruby. HEX triplet: CB, 1C and 6D. RGB value is (203,28,109). Sum of RGB (Red+Green+Blue) = 203+28+109=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C6D is #34E392. Grayscale: #595959. Windows color (decimal): -3466131 or 7150795. OLE color: 7150795.

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

Color convert

RGB 203 28 109 -
CMYK 0 0.86 0.46 0.20
HSL 332.23º 0.76% 0.45% -
HSV(B) 332.23º 0.86% 0.8% -
XYZ 27.8 14.63 15.83 -
YUV 89.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 203 28 109 0 0.86 0.46 0.20 332.23 0.76 0.45
Hex CB 1C 6D 0 56 2E 14 14C 4C 2D
Octal 313 34 155 0 126 56 24 514 114 55
Binary 11001011 11100 1101101 0 1010110 101110 10100 101001100 1001100 101101

Color Harmonies of #CB1C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C6D

Black with #CB1C6D

Text Example


Text Example

White with #CB1C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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