Html Css Color HEX #CC0F54 Ruby

📋 copy color: '#CC0F54'

red 204 ◦ green 15 ◦ blue 84

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

Shades of Ruby #CC0F54

Tints of Ruby #CC0F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.95%

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

R = 67.33%
G = 4.95%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC0F54 (or 0xCC0F54) is known color: Ruby. HEX triplet: CC, 0F and 54. RGB value is (204,15,84). Sum of RGB (Red+Green+Blue) = 204+15+84=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0F54 is #33F0AB. Grayscale: #4F4F4F. Windows color (decimal): -3403948 or 5509068. OLE color: 5509068.

HSL color Cylindrical-coordinate representation of color #CC0F54: hue angle of 338.1º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0F54 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 15 84 -
CMYK 0 0.93 0.59 0.2
HSL 338.1º 0.86% 0.43% -
HSV(B) 338.1º 0.93% 0.8% -
XYZ 26.67 13.82 9.65 -
YUV 79.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 204 15 84 0 0.93 0.59 0.2 338.1 0.86 0.43
Hex CC F 54 0 5D 3B 14 152 56 2B
Octal 314 17 124 0 135 73 24 522 126 53
Binary 11001100 1111 1010100 0 1011101 111011 10100 101010010 1010110 101011

Color Harmonies of #CC0F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F54

Black with #CC0F54

Text Example


Text Example

White with #CC0F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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