Html Css Color HEX #CC185F Ruby

📋 copy color: '#CC185F'

red 204 ◦ green 24 ◦ blue 95

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

Shades of Ruby #CC185F

Tints of Ruby #CC185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 63.16%
G = 7.43%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC185F (or 0xCC185F) is known color: Ruby. HEX triplet: CC, 18 and 5F. RGB value is (204,24,95). Sum of RGB (Red+Green+Blue) = 204+24+95=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC185F is #33E7A0. Grayscale: #555555. Windows color (decimal): -3401633 or 6232268. OLE color: 6232268.

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

Color convert

RGB 204 24 95 -
CMYK 0 0.88 0.53 0.2
HSL 336.33º 0.79% 0.45% -
HSV(B) 336.33º 0.88% 0.8% -
XYZ 27.29 14.32 12.15 -
YUV 85.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 204 24 95 0 0.88 0.53 0.2 336.33 0.79 0.45
Hex CC 18 5F 0 58 35 14 150 4F 2D
Octal 314 30 137 0 130 65 24 520 117 55
Binary 11001100 11000 1011111 0 1011000 110101 10100 101010000 1001111 101101

Color Harmonies of #CC185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC185F

Black with #CC185F

Text Example


Text Example

White with #CC185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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