Html Css Color HEX #CC0855 Ruby

📋 copy color: '#CC0855'

red 204 ◦ green 8 ◦ blue 85

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

Shades of Ruby #CC0855

Tints of Ruby #CC0855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 68.69%
G = 2.69%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC0855 (or 0xCC0855) is known color: Ruby. HEX triplet: CC, 08 and 55. RGB value is (204,8,85). Sum of RGB (Red+Green+Blue) = 204+8+85=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0855 is #33F7AA. Grayscale: #4B4B4B. Windows color (decimal): -3405739 or 5572812. OLE color: 5572812.

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

Color convert

RGB 204 8 85 -
CMYK 0 0.96 0.58 0.2
HSL 336.43º 0.92% 0.42% -
HSV(B) 336.43º 0.96% 0.8% -
XYZ 26.63 13.67 9.83 -
YUV 75.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 204 8 85 0 0.96 0.58 0.2 336.43 0.92 0.42
Hex CC 8 55 0 60 3A 14 150 5C 2A
Octal 314 10 125 0 140 72 24 520 134 52
Binary 11001100 1000 1010101 0 1100000 111010 10100 101010000 1011100 101010

Color Harmonies of #CC0855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0855

Black with #CC0855

Text Example


Text Example

White with #CC0855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0855; }

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

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

background-color css

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

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

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

border-color css

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

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

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