Html Css Color HEX #CC085B Ruby

📋 copy color: '#CC085B'

red 204 ◦ green 8 ◦ blue 91

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

Shades of Ruby #CC085B

Tints of Ruby #CC085B

RGB

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

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

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

R = 67.33%
G = 2.64%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC085B (or 0xCC085B) is known color: Ruby. HEX triplet: CC, 08 and 5B. RGB value is (204,8,91). Sum of RGB (Red+Green+Blue) = 204+8+91=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC085B is #33F7A4. Grayscale: #4B4B4B. Windows color (decimal): -3405733 or 5966028. OLE color: 5966028.

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

Color convert

RGB 204 8 91 -
CMYK 0 0.96 0.55 0.2
HSL 334.59º 0.92% 0.42% -
HSV(B) 334.59º 0.96% 0.8% -
XYZ 26.88 13.77 11.14 -
YUV 76.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 204 8 91 0 0.96 0.55 0.2 334.59 0.92 0.42
Hex CC 8 5B 0 60 37 14 14F 5C 2A
Octal 314 10 133 0 140 67 24 517 134 52
Binary 11001100 1000 1011011 0 1100000 110111 10100 101001111 1011100 101010

Color Harmonies of #CC085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC085B

Black with #CC085B

Text Example


Text Example

White with #CC085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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