Html Css Color HEX #CB1C68 Ruby

📋 copy color: '#CB1C68'

red 203 ◦ green 28 ◦ blue 104

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

Shades of Ruby #CB1C68

Tints of Ruby #CB1C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 60.6%
G = 8.36%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB1C68 (or 0xCB1C68) is known color: Ruby. HEX triplet: CB, 1C and 68. RGB value is (203,28,104). Sum of RGB (Red+Green+Blue) = 203+28+104=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C68 is #34E397. Grayscale: #585858. Windows color (decimal): -3466136 or 6823115. OLE color: 6823115.

HSL color Cylindrical-coordinate representation of color #CB1C68: hue angle of 333.94º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C68 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 28 104 -
CMYK 0 0.86 0.49 0.20
HSL 333.94º 0.76% 0.45% -
HSV(B) 333.94º 0.86% 0.8% -
XYZ 27.54 14.53 14.45 -
YUV 88.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 203 28 104 0 0.86 0.49 0.20 333.94 0.76 0.45
Hex CB 1C 68 0 56 31 14 14E 4C 2D
Octal 313 34 150 0 126 61 24 516 114 55
Binary 11001011 11100 1101000 0 1010110 110001 10100 101001110 1001100 101101

Color Harmonies of #CB1C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C68

Black with #CB1C68

Text Example


Text Example

White with #CB1C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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