Html Css Color HEX #CC1658 Ruby

📋 copy color: '#CC1658'

red 204 ◦ green 22 ◦ blue 88

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

Shades of Ruby #CC1658

Tints of Ruby #CC1658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 64.97%
G = 7.01%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC1658 (or 0xCC1658) is known color: Ruby. HEX triplet: CC, 16 and 58. RGB value is (204,22,88). Sum of RGB (Red+Green+Blue) = 204+22+88=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1658 is #33E9A7. Grayscale: #535353. Windows color (decimal): -3402152 or 5773004. OLE color: 5773004.

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

Color convert

RGB 204 22 88 -
CMYK 0 0.89 0.57 0.2
HSL 338.24º 0.81% 0.44% -
HSV(B) 338.24º 0.89% 0.8% -
XYZ 26.95 14.12 10.54 -
YUV 83.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 204 22 88 0 0.89 0.57 0.2 338.24 0.81 0.44
Hex CC 16 58 0 59 39 14 152 51 2C
Octal 314 26 130 0 131 71 24 522 121 54
Binary 11001100 10110 1011000 0 1011001 111001 10100 101010010 1010001 101100

Color Harmonies of #CC1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1658

Black with #CC1658

Text Example


Text Example

White with #CC1658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1658; }

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

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

background-color css

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

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

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

border-color css

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

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

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