Html Css Color HEX #CB1D66 Ruby

📋 copy color: '#CB1D66'

red 203 ◦ green 29 ◦ blue 102

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

Shades of Ruby #CB1D66

Tints of Ruby #CB1D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.68%

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 60.78%
G = 8.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB1D66 (or 0xCB1D66) is known color: Ruby. HEX triplet: CB, 1D and 66. RGB value is (203,29,102). Sum of RGB (Red+Green+Blue) = 203+29+102=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D66 is #34E299. Grayscale: #595959. Windows color (decimal): -3465882 or 6692299. OLE color: 6692299.

HSL color Cylindrical-coordinate representation of color #CB1D66: hue angle of 334.83º degrees, saturation: 0.75, 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 #CB1D66 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 29 102 -
CMYK 0 0.86 0.50 0.20
HSL 334.83º 0.75% 0.45% -
HSV(B) 334.83º 0.86% 0.8% -
XYZ 27.47 14.53 13.93 -
YUV 89.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 203 29 102 0 0.86 0.50 0.20 334.83 0.75 0.45
Hex CB 1D 66 0 56 32 14 14F 4B 2D
Octal 313 35 146 0 126 62 24 517 113 55
Binary 11001011 11101 1100110 0 1010110 110010 10100 101001111 1001011 101101

Color Harmonies of #CB1D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D66

Black with #CB1D66

Text Example


Text Example

White with #CB1D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D66; }

 p { color: rgb(203,29,102); }

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

background-color css

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

 a { background-color: rgb(203,29,102); }

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

border-color css

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

 span { border-color: rgb(203,29,102); }

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