Html Css Color HEX #CC1650 Ruby

📋 copy color: '#CC1650'

red 204 ◦ green 22 ◦ blue 80

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

Shades of Ruby #CC1650

Tints of Ruby #CC1650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 66.67%
G = 7.19%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC1650 (or 0xCC1650) is known color: Ruby. HEX triplet: CC, 16 and 50. RGB value is (204,22,80). Sum of RGB (Red+Green+Blue) = 204+22+80=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1650 is #33E9AF. Grayscale: #525252. Windows color (decimal): -3402160 or 5248716. OLE color: 5248716.

HSL color Cylindrical-coordinate representation of color #CC1650: hue angle of 340.88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1650 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 80 -
CMYK 0 0.89 0.61 0.2
HSL 340.88º 0.81% 0.44% -
HSV(B) 340.88º 0.89% 0.8% -
XYZ 26.64 13.99 8.89 -
YUV 83.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 204 22 80 0 0.89 0.61 0.2 340.88 0.81 0.44
Hex CC 16 50 0 59 3D 14 155 51 2C
Octal 314 26 120 0 131 75 24 525 121 54
Binary 11001100 10110 1010000 0 1011001 111101 10100 101010101 1010001 101100

Color Harmonies of #CC1650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1650

Black with #CC1650

Text Example


Text Example

White with #CC1650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1650; }

 p { color: rgb(204,22,80); }

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

background-color css

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

 a { background-color: rgb(204,22,80); }

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

border-color css

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

 span { border-color: rgb(204,22,80); }

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