Html Css Color HEX #CC186C Ruby

📋 copy color: '#CC186C'

red 204 ◦ green 24 ◦ blue 108

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

Shades of Ruby #CC186C

Tints of Ruby #CC186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 60.71%
G = 7.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC186C (or 0xCC186C) is known color: Ruby. HEX triplet: CC, 18 and 6C. RGB value is (204,24,108). Sum of RGB (Red+Green+Blue) = 204+24+108=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC186C is #33E793. Grayscale: #575757. Windows color (decimal): -3401620 or 7084236. OLE color: 7084236.

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

Color convert

RGB 204 24 108 -
CMYK 0 0.88 0.47 0.2
HSL 332º 0.79% 0.45% -
HSV(B) 332º 0.88% 0.8% -
XYZ 27.94 14.57 15.53 -
YUV 87.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 204 24 108 0 0.88 0.47 0.2 332 0.79 0.45
Hex CC 18 6C 0 58 2F 14 14C 4F 2D
Octal 314 30 154 0 130 57 24 514 117 55
Binary 11001100 11000 1101100 0 1011000 101111 10100 101001100 1001111 101101

Color Harmonies of #CC186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC186C

Black with #CC186C

Text Example


Text Example

White with #CC186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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