Html Css Color HEX #CB106A Ruby

📋 copy color: '#CB106A'

red 203 ◦ green 16 ◦ blue 106

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

Shades of Ruby #CB106A

Tints of Ruby #CB106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

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

R = 62.46%
G = 4.92%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB106A (or 0xCB106A) is known color: Ruby. HEX triplet: CB, 10 and 6A. RGB value is (203,16,106). Sum of RGB (Red+Green+Blue) = 203+16+106=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB106A is #34EF95. Grayscale: #525252. Windows color (decimal): -3469206 or 6951115. OLE color: 6951115.

HSL color Cylindrical-coordinate representation of color #CB106A: hue angle of 331.12º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB106A is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 16 106 -
CMYK 0 0.92 0.48 0.20
HSL 331.12º 0.85% 0.43% -
HSV(B) 331.12º 0.92% 0.8% -
XYZ 27.42 14.11 14.91 -
YUV 82.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 203 16 106 0 0.92 0.48 0.20 331.12 0.85 0.43
Hex CB 10 6A 0 5C 30 14 14B 55 2B
Octal 313 20 152 0 134 60 24 513 125 53
Binary 11001011 10000 1101010 0 1011100 110000 10100 101001011 1010101 101011

Color Harmonies of #CB106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB106A

Black with #CB106A

Text Example


Text Example

White with #CB106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB106A; }

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

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

background-color css

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

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

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

border-color css

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

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

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