Html Css Color HEX #CC105B Ruby

📋 copy color: '#CC105B'

red 204 ◦ green 16 ◦ blue 91

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

Shades of Ruby #CC105B

Tints of Ruby #CC105B

RGB

 RED value IS 204 (80.08% from 255) = 65.59%

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 65.59%
G = 5.14%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC105B (or 0xCC105B) is known color: Ruby. HEX triplet: CC, 10 and 5B. RGB value is (204,16,91). Sum of RGB (Red+Green+Blue) = 204+16+91=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC105B is #33EFA4. Grayscale: #505050. Windows color (decimal): -3403685 or 5968076. OLE color: 5968076.

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

Color convert

RGB 204 16 91 -
CMYK 0 0.92 0.55 0.2
HSL 336.06º 0.85% 0.43% -
HSV(B) 336.06º 0.92% 0.8% -
XYZ 26.98 13.96 11.17 -
YUV 80.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 204 16 91 0 0.92 0.55 0.2 336.06 0.85 0.43
Hex CC 10 5B 0 5C 37 14 150 55 2B
Octal 314 20 133 0 134 67 24 520 125 53
Binary 11001100 10000 1011011 0 1011100 110111 10100 101010000 1010101 101011

Color Harmonies of #CC105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC105B

Black with #CC105B

Text Example


Text Example

White with #CC105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC105B; }

 p { color: rgb(204,16,91); }

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

background-color css

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

 a { background-color: rgb(204,16,91); }

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

border-color css

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

 span { border-color: rgb(204,16,91); }

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