Html Css Color HEX #CB1763 Ruby

📋 copy color: '#CB1763'

red 203 ◦ green 23 ◦ blue 99

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

Shades of Ruby #CB1763

Tints of Ruby #CB1763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

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

R = 62.46%
G = 7.08%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB1763 (or 0xCB1763) is known color: Ruby. HEX triplet: CB, 17 and 63. RGB value is (203,23,99). Sum of RGB (Red+Green+Blue) = 203+23+99=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1763 is #34E89C. Grayscale: #555555. Windows color (decimal): -3467421 or 6494155. OLE color: 6494155.

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

Color convert

RGB 203 23 99 -
CMYK 0 0.89 0.51 0.20
HSL 334.67º 0.8% 0.44% -
HSV(B) 334.67º 0.89% 0.8% -
XYZ 27.19 14.21 13.11 -
YUV 85.48 135.63 211.82 -
System Red Green Blue C M Y K H S L
Decimal 203 23 99 0 0.89 0.51 0.20 334.67 0.8 0.44
Hex CB 17 63 0 59 33 14 14F 50 2C
Octal 313 27 143 0 131 63 24 517 120 54
Binary 11001011 10111 1100011 0 1011001 110011 10100 101001111 1010000 101100

Color Harmonies of #CB1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1763

Black with #CB1763

Text Example


Text Example

White with #CB1763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1763; }

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

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

background-color css

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

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

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

border-color css

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

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

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