Html Css Color HEX #CC085D Ruby

📋 copy color: '#CC085D'

red 204 ◦ green 8 ◦ blue 93

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

Shades of Ruby #CC085D

Tints of Ruby #CC085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 66.89%
G = 2.62%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC085D (or 0xCC085D) is known color: Ruby. HEX triplet: CC, 08 and 5D. RGB value is (204,8,93). Sum of RGB (Red+Green+Blue) = 204+8+93=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC085D is #33F7A2. Grayscale: #4C4C4C. Windows color (decimal): -3405731 or 6097100. OLE color: 6097100.

HSL color Cylindrical-coordinate representation of color #CC085D: hue angle of 333.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC085D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 8 93 -
CMYK 0 0.96 0.54 0.2
HSL 333.98º 0.92% 0.42% -
HSV(B) 333.98º 0.96% 0.8% -
XYZ 26.96 13.8 11.6 -
YUV 76.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 204 8 93 0 0.96 0.54 0.2 333.98 0.92 0.42
Hex CC 8 5D 0 60 36 14 14E 5C 2A
Octal 314 10 135 0 140 66 24 516 134 52
Binary 11001100 1000 1011101 0 1100000 110110 10100 101001110 1011100 101010

Color Harmonies of #CC085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC085D

Black with #CC085D

Text Example


Text Example

White with #CC085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC085D; }

 p { color: rgb(204,8,93); }

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

background-color css

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

 a { background-color: rgb(204,8,93); }

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

border-color css

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

 span { border-color: rgb(204,8,93); }

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