Html Css Color HEX #CB105F Ruby

📋 copy color: '#CB105F'

red 203 ◦ green 16 ◦ blue 95

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

Shades of Ruby #CB105F

Tints of Ruby #CB105F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 64.65%
G = 5.1%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB105F (or 0xCB105F) is known color: Ruby. HEX triplet: CB, 10 and 5F. RGB value is (203,16,95). Sum of RGB (Red+Green+Blue) = 203+16+95=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB105F is #34EFA0. Grayscale: #505050. Windows color (decimal): -3469217 or 6230219. OLE color: 6230219.

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

Color convert

RGB 203 16 95 -
CMYK 0 0.92 0.53 0.20
HSL 334.65º 0.85% 0.43% -
HSV(B) 334.65º 0.92% 0.8% -
XYZ 26.88 13.89 12.09 -
YUV 80.92 135.95 215.08 -
System Red Green Blue C M Y K H S L
Decimal 203 16 95 0 0.92 0.53 0.20 334.65 0.85 0.43
Hex CB 10 5F 0 5C 35 14 14F 55 2B
Octal 313 20 137 0 134 65 24 517 125 53
Binary 11001011 10000 1011111 0 1011100 110101 10100 101001111 1010101 101011

Color Harmonies of #CB105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB105F

Black with #CB105F

Text Example


Text Example

White with #CB105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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