Html Css Color HEX #CC0B50 Ruby

📋 copy color: '#CC0B50'

red 204 ◦ green 11 ◦ blue 80

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

Shades of Ruby #CC0B50

Tints of Ruby #CC0B50

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 69.15%
G = 3.73%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC0B50 (or 0xCC0B50) is known color: Ruby. HEX triplet: CC, 0B and 50. RGB value is (204,11,80). Sum of RGB (Red+Green+Blue) = 204+11+80=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0B50 is #33F4AF. Grayscale: #4C4C4C. Windows color (decimal): -3404976 or 5245900. OLE color: 5245900.

HSL color Cylindrical-coordinate representation of color #CC0B50: hue angle of 338.55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0B50 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 11 80 -
CMYK 0 0.95 0.61 0.2
HSL 338.55º 0.9% 0.42% -
HSV(B) 338.55º 0.95% 0.8% -
XYZ 26.47 13.66 8.83 -
YUV 76.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 204 11 80 0 0.95 0.61 0.2 338.55 0.9 0.42
Hex CC B 50 0 5F 3D 14 153 5A 2A
Octal 314 13 120 0 137 75 24 523 132 52
Binary 11001100 1011 1010000 0 1011111 111101 10100 101010011 1011010 101010

Color Harmonies of #CC0B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B50

Black with #CC0B50

Text Example


Text Example

White with #CC0B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B50; }

 p { color: rgb(204,11,80); }

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

background-color css

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

 a { background-color: rgb(204,11,80); }

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

border-color css

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

 span { border-color: rgb(204,11,80); }

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