Html Css Color HEX #CB1263 Ruby

📋 copy color: '#CB1263'

red 203 ◦ green 18 ◦ blue 99

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

Shades of Ruby #CB1263

Tints of Ruby #CB1263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 63.44%
G = 5.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB1263 (or 0xCB1263) is known color: Ruby. HEX triplet: CB, 12 and 63. RGB value is (203,18,99). Sum of RGB (Red+Green+Blue) = 203+18+99=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1263 is #34ED9C. Grayscale: #525252. Windows color (decimal): -3468701 or 6492875. OLE color: 6492875.

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

Color convert

RGB 203 18 99 -
CMYK 0 0.91 0.51 0.20
HSL 333.73º 0.84% 0.43% -
HSV(B) 333.73º 0.91% 0.8% -
XYZ 27.1 14.03 13.08 -
YUV 82.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 203 18 99 0 0.91 0.51 0.20 333.73 0.84 0.43
Hex CB 12 63 0 5B 33 14 14E 54 2B
Octal 313 22 143 0 133 63 24 516 124 53
Binary 11001011 10010 1100011 0 1011011 110011 10100 101001110 1010100 101011

Color Harmonies of #CB1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1263

Black with #CB1263

Text Example


Text Example

White with #CB1263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1263; }

 p { color: rgb(203,18,99); }

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

background-color css

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

 a { background-color: rgb(203,18,99); }

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

border-color css

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

 span { border-color: rgb(203,18,99); }

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