Html Css Color HEX #CB0463 Ruby

📋 copy color: '#CB0463'

red 203 ◦ green 4 ◦ blue 99

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

Shades of Ruby #CB0463

Tints of Ruby #CB0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 66.34%
G = 1.31%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB0463 (or 0xCB0463) is known color: Ruby. HEX triplet: CB, 04 and 63. RGB value is (203,4,99). Sum of RGB (Red+Green+Blue) = 203+4+99=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0463 is #34FB9C. Grayscale: #4A4A4A. Windows color (decimal): -3472285 or 6489291. OLE color: 6489291.

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

Color convert

RGB 203 4 99 -
CMYK 0 0.98 0.51 0.20
HSL 331.36º 0.96% 0.41% -
HSV(B) 331.36º 0.98% 0.8% -
XYZ 26.92 13.68 13.03 -
YUV 74.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 203 4 99 0 0.98 0.51 0.20 331.36 0.96 0.41
Hex CB 4 63 0 62 33 14 14B 60 29
Octal 313 4 143 0 142 63 24 513 140 51
Binary 11001011 100 1100011 0 1100010 110011 10100 101001011 1100000 101001

Color Harmonies of #CB0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0463

Black with #CB0463

Text Example


Text Example

White with #CB0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0463; }

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

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

background-color css

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

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

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

border-color css

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

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

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