Html Css Color HEX #CB105C Ruby

📋 copy color: '#CB105C'

red 203 ◦ green 16 ◦ blue 92

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

Shades of Ruby #CB105C

Tints of Ruby #CB105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 65.27%
G = 5.14%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB105C (or 0xCB105C) is known color: Ruby. HEX triplet: CB, 10 and 5C. RGB value is (203,16,92). Sum of RGB (Red+Green+Blue) = 203+16+92=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB105C is #34EFA3. Grayscale: #505050. Windows color (decimal): -3469220 or 6033611. OLE color: 6033611.

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

Color convert

RGB 203 16 92 -
CMYK 0 0.92 0.55 0.20
HSL 335.62º 0.85% 0.43% -
HSV(B) 335.62º 0.92% 0.8% -
XYZ 26.75 13.84 11.39 -
YUV 80.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 203 16 92 0 0.92 0.55 0.20 335.62 0.85 0.43
Hex CB 10 5C 0 5C 37 14 150 55 2B
Octal 313 20 134 0 134 67 24 520 125 53
Binary 11001011 10000 1011100 0 1011100 110111 10100 101010000 1010101 101011

Color Harmonies of #CB105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB105C

Black with #CB105C

Text Example


Text Example

White with #CB105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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