Html Css Color HEX #CC105A Ruby

📋 copy color: '#CC105A'

red 204 ◦ green 16 ◦ blue 90

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

Shades of Ruby #CC105A

Tints of Ruby #CC105A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 65.81%
G = 5.16%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC105A (or 0xCC105A) is known color: Ruby. HEX triplet: CC, 10 and 5A. RGB value is (204,16,90). Sum of RGB (Red+Green+Blue) = 204+16+90=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC105A is #33EFA5. Grayscale: #505050. Windows color (decimal): -3403686 or 5902540. OLE color: 5902540.

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

Color convert

RGB 204 16 90 -
CMYK 0 0.92 0.56 0.2
HSL 336.38º 0.85% 0.43% -
HSV(B) 336.38º 0.92% 0.8% -
XYZ 26.93 13.95 10.95 -
YUV 80.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 204 16 90 0 0.92 0.56 0.2 336.38 0.85 0.43
Hex CC 10 5A 0 5C 38 14 150 55 2B
Octal 314 20 132 0 134 70 24 520 125 53
Binary 11001100 10000 1011010 0 1011100 111000 10100 101010000 1010101 101011

Color Harmonies of #CC105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC105A

Black with #CC105A

Text Example


Text Example

White with #CC105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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