Html Css Color HEX #CB1268 Ruby

📋 copy color: '#CB1268'

red 203 ◦ green 18 ◦ blue 104

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

Shades of Ruby #CB1268

Tints of Ruby #CB1268

RGB

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

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

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

R = 62.46%
G = 5.54%
B = 32%

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

#CB1268 (or 0xCB1268) is known color: Ruby. HEX triplet: CB, 12 and 68. RGB value is (203,18,104). Sum of RGB (Red+Green+Blue) = 203+18+104=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1268 is #34ED97. Grayscale: #525252. Windows color (decimal): -3468696 or 6820555. OLE color: 6820555.

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

Color convert

RGB 203 18 104 -
CMYK 0 0.91 0.49 0.20
HSL 332.11º 0.84% 0.43% -
HSV(B) 332.11º 0.91% 0.8% -
XYZ 27.34 14.13 14.38 -
YUV 83.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 203 18 104 0 0.91 0.49 0.20 332.11 0.84 0.43
Hex CB 12 68 0 5B 31 14 14C 54 2B
Octal 313 22 150 0 133 61 24 514 124 53
Binary 11001011 10010 1101000 0 1011011 110001 10100 101001100 1010100 101011

Color Harmonies of #CB1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1268

Black with #CB1268

Text Example


Text Example

White with #CB1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1268; }

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

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

background-color css

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

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

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

border-color css

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

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

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