Html Css Color HEX #CC185B Ruby

📋 copy color: '#CC185B'

red 204 ◦ green 24 ◦ blue 91

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

Shades of Ruby #CC185B

Tints of Ruby #CC185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 63.95%
G = 7.52%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC185B (or 0xCC185B) is known color: Ruby. HEX triplet: CC, 18 and 5B. RGB value is (204,24,91). Sum of RGB (Red+Green+Blue) = 204+24+91=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC185B is #33E7A4. Grayscale: #555555. Windows color (decimal): -3401637 or 5970124. OLE color: 5970124.

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

Color convert

RGB 204 24 91 -
CMYK 0 0.88 0.55 0.2
HSL 337.67º 0.79% 0.45% -
HSV(B) 337.67º 0.88% 0.8% -
XYZ 27.12 14.25 11.22 -
YUV 85.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 204 24 91 0 0.88 0.55 0.2 337.67 0.79 0.45
Hex CC 18 5B 0 58 37 14 152 4F 2D
Octal 314 30 133 0 130 67 24 522 117 55
Binary 11001100 11000 1011011 0 1011000 110111 10100 101010010 1001111 101101

Color Harmonies of #CC185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC185B

Black with #CC185B

Text Example


Text Example

White with #CC185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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