Html Css Color HEX #CC0854 Ruby

📋 copy color: '#CC0854'

red 204 ◦ green 8 ◦ blue 84

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

Shades of Ruby #CC0854

Tints of Ruby #CC0854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 68.92%
G = 2.7%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC0854 (or 0xCC0854) is known color: Ruby. HEX triplet: CC, 08 and 54. RGB value is (204,8,84). Sum of RGB (Red+Green+Blue) = 204+8+84=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0854 is #33F7AB. Grayscale: #4B4B4B. Windows color (decimal): -3405740 or 5507276. OLE color: 5507276.

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

Color convert

RGB 204 8 84 -
CMYK 0 0.96 0.59 0.2
HSL 336.73º 0.92% 0.42% -
HSV(B) 336.73º 0.96% 0.8% -
XYZ 26.59 13.65 9.62 -
YUV 75.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 204 8 84 0 0.96 0.59 0.2 336.73 0.92 0.42
Hex CC 8 54 0 60 3B 14 151 5C 2A
Octal 314 10 124 0 140 73 24 521 134 52
Binary 11001100 1000 1010100 0 1100000 111011 10100 101010001 1011100 101010

Color Harmonies of #CC0854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0854

Black with #CC0854

Text Example


Text Example

White with #CC0854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0854; }

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

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

background-color css

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

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

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

border-color css

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

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

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