Html Css Color HEX #CC085A Ruby

📋 copy color: '#CC085A'

red 204 ◦ green 8 ◦ blue 90

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

Shades of Ruby #CC085A

Tints of Ruby #CC085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 67.55%
G = 2.65%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC085A (or 0xCC085A) is known color: Ruby. HEX triplet: CC, 08 and 5A. RGB value is (204,8,90). Sum of RGB (Red+Green+Blue) = 204+8+90=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC085A is #33F7A5. Grayscale: #4B4B4B. Windows color (decimal): -3405734 or 5900492. OLE color: 5900492.

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

Color convert

RGB 204 8 90 -
CMYK 0 0.96 0.56 0.2
HSL 334.9º 0.92% 0.42% -
HSV(B) 334.9º 0.96% 0.8% -
XYZ 26.83 13.75 10.91 -
YUV 75.95 135.93 219.33 -
System Red Green Blue C M Y K H S L
Decimal 204 8 90 0 0.96 0.56 0.2 334.9 0.92 0.42
Hex CC 8 5A 0 60 38 14 14F 5C 2A
Octal 314 10 132 0 140 70 24 517 134 52
Binary 11001100 1000 1011010 0 1100000 111000 10100 101001111 1011100 101010

Color Harmonies of #CC085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC085A

Black with #CC085A

Text Example


Text Example

White with #CC085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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