Html Css Color HEX #CB1366 Ruby

📋 copy color: '#CB1366'

red 203 ◦ green 19 ◦ blue 102

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

Shades of Ruby #CB1366

Tints of Ruby #CB1366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

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

R = 62.65%
G = 5.86%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB1366 (or 0xCB1366) is known color: Ruby. HEX triplet: CB, 13 and 66. RGB value is (203,19,102). Sum of RGB (Red+Green+Blue) = 203+19+102=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1366 is #34EC99. Grayscale: #535353. Windows color (decimal): -3468442 or 6689739. OLE color: 6689739.

HSL color Cylindrical-coordinate representation of color #CB1366: hue angle of 332.93º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1366 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 102 -
CMYK 0 0.91 0.50 0.20
HSL 332.93º 0.83% 0.44% -
HSV(B) 332.93º 0.91% 0.8% -
XYZ 27.26 14.12 13.86 -
YUV 83.48 138.46 213.25 -
System Red Green Blue C M Y K H S L
Decimal 203 19 102 0 0.91 0.50 0.20 332.93 0.83 0.44
Hex CB 13 66 0 5B 32 14 14D 53 2C
Octal 313 23 146 0 133 62 24 515 123 54
Binary 11001011 10011 1100110 0 1011011 110010 10100 101001101 1010011 101100

Color Harmonies of #CB1366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1366

Black with #CB1366

Text Example


Text Example

White with #CB1366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1366; }

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

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

background-color css

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

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

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

border-color css

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

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

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