Html Css Color HEX #CB1C6A Ruby

📋 copy color: '#CB1C6A'

red 203 ◦ green 28 ◦ blue 106

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

Shades of Ruby #CB1C6A

Tints of Ruby #CB1C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 60.24%
G = 8.31%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB1C6A (or 0xCB1C6A) is known color: Ruby. HEX triplet: CB, 1C and 6A. RGB value is (203,28,106). Sum of RGB (Red+Green+Blue) = 203+28+106=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C6A is #34E395. Grayscale: #595959. Windows color (decimal): -3466134 or 6954187. OLE color: 6954187.

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

Color convert

RGB 203 28 106 -
CMYK 0 0.86 0.48 0.20
HSL 333.26º 0.76% 0.45% -
HSV(B) 333.26º 0.86% 0.8% -
XYZ 27.65 14.57 14.99 -
YUV 89.22 137.48 209.16 -
System Red Green Blue C M Y K H S L
Decimal 203 28 106 0 0.86 0.48 0.20 333.26 0.76 0.45
Hex CB 1C 6A 0 56 30 14 14D 4C 2D
Octal 313 34 152 0 126 60 24 515 114 55
Binary 11001011 11100 1101010 0 1010110 110000 10100 101001101 1001100 101101

Color Harmonies of #CB1C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C6A

Black with #CB1C6A

Text Example


Text Example

White with #CB1C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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