Html Css Color HEX #CC1051 Ruby

📋 copy color: '#CC1051'

red 204 ◦ green 16 ◦ blue 81

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

Shades of Ruby #CC1051

Tints of Ruby #CC1051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 67.77%
G = 5.32%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC1051 (or 0xCC1051) is known color: Ruby. HEX triplet: CC, 10 and 51. RGB value is (204,16,81). Sum of RGB (Red+Green+Blue) = 204+16+81=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1051 is #33EFAE. Grayscale: #4F4F4F. Windows color (decimal): -3403695 or 5312716. OLE color: 5312716.

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

Color convert

RGB 204 16 81 -
CMYK 0 0.92 0.60 0.2
HSL 339.26º 0.85% 0.43% -
HSV(B) 339.26º 0.92% 0.8% -
XYZ 26.57 13.8 9.05 -
YUV 79.62 128.78 216.71 -
System Red Green Blue C M Y K H S L
Decimal 204 16 81 0 0.92 0.60 0.2 339.26 0.85 0.43
Hex CC 10 51 0 5C 3C 14 153 55 2B
Octal 314 20 121 0 134 74 24 523 125 53
Binary 11001100 10000 1010001 0 1011100 111100 10100 101010011 1010101 101011

Color Harmonies of #CC1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1051

Black with #CC1051

Text Example


Text Example

White with #CC1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1051; }

 p { color: rgb(204,16,81); }

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

background-color css

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

 a { background-color: rgb(204,16,81); }

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

border-color css

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

 span { border-color: rgb(204,16,81); }

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