Html Css Color HEX #CC1755 Ruby

📋 copy color: '#CC1755'

red 204 ◦ green 23 ◦ blue 85

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

Shades of Ruby #CC1755

Tints of Ruby #CC1755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 65.38%
G = 7.37%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC1755 (or 0xCC1755) is known color: Ruby. HEX triplet: CC, 17 and 55. RGB value is (204,23,85). Sum of RGB (Red+Green+Blue) = 204+23+85=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1755 is #33E8AA. Grayscale: #545454. Windows color (decimal): -3401899 or 5576652. OLE color: 5576652.

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

Color convert

RGB 204 23 85 -
CMYK 0 0.89 0.58 0.2
HSL 339.45º 0.8% 0.45% -
HSV(B) 339.45º 0.89% 0.8% -
XYZ 26.85 14.11 9.9 -
YUV 84.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 204 23 85 0 0.89 0.58 0.2 339.45 0.8 0.45
Hex CC 17 55 0 59 3A 14 153 50 2D
Octal 314 27 125 0 131 72 24 523 120 55
Binary 11001100 10111 1010101 0 1011001 111010 10100 101010011 1010000 101101

Color Harmonies of #CC1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1755

Black with #CC1755

Text Example


Text Example

White with #CC1755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1755; }

 p { color: rgb(204,23,85); }

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

background-color css

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

 a { background-color: rgb(204,23,85); }

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

border-color css

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

 span { border-color: rgb(204,23,85); }

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