Html Css Color HEX #CB1368 Ruby

📋 copy color: '#CB1368'

red 203 ◦ green 19 ◦ blue 104

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

Shades of Ruby #CB1368

Tints of Ruby #CB1368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 62.27%
G = 5.83%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB1368 (or 0xCB1368) is known color: Ruby. HEX triplet: CB, 13 and 68. RGB value is (203,19,104). Sum of RGB (Red+Green+Blue) = 203+19+104=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1368 is #34EC97. Grayscale: #535353. Windows color (decimal): -3468440 or 6820811. OLE color: 6820811.

HSL color Cylindrical-coordinate representation of color #CB1368: hue angle of 332.28º 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 #CB1368 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 104 -
CMYK 0 0.91 0.49 0.20
HSL 332.28º 0.83% 0.44% -
HSV(B) 332.28º 0.91% 0.8% -
XYZ 27.36 14.16 14.39 -
YUV 83.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 203 19 104 0 0.91 0.49 0.20 332.28 0.83 0.44
Hex CB 13 68 0 5B 31 14 14C 53 2C
Octal 313 23 150 0 133 61 24 514 123 54
Binary 11001011 10011 1101000 0 1011011 110001 10100 101001100 1010011 101100

Color Harmonies of #CB1368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1368

Black with #CB1368

Text Example


Text Example

White with #CB1368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1368; }

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

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

background-color css

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

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

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

border-color css

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

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

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