Html Css Color HEX #CC155E Ruby

📋 copy color: '#CC155E'

red 204 ◦ green 21 ◦ blue 94

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

Shades of Ruby #CC155E

Tints of Ruby #CC155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 63.95%
G = 6.58%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC155E (or 0xCC155E) is known color: Ruby. HEX triplet: CC, 15 and 5E. RGB value is (204,21,94). Sum of RGB (Red+Green+Blue) = 204+21+94=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC155E is #33EAA1. Grayscale: #535353. Windows color (decimal): -3402402 or 6165964. OLE color: 6165964.

HSL color Cylindrical-coordinate representation of color #CC155E: hue angle of 336.07º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC155E is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 94 -
CMYK 0 0.90 0.54 0.2
HSL 336.07º 0.81% 0.44% -
HSV(B) 336.07º 0.9% 0.8% -
XYZ 27.19 14.18 11.89 -
YUV 84.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 204 21 94 0 0.90 0.54 0.2 336.07 0.81 0.44
Hex CC 15 5E 0 5A 36 14 150 51 2C
Octal 314 25 136 0 132 66 24 520 121 54
Binary 11001100 10101 1011110 0 1011010 110110 10100 101010000 1010001 101100

Color Harmonies of #CC155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC155E

Black with #CC155E

Text Example


Text Example

White with #CC155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC155E; }

 p { color: rgb(204,21,94); }

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

background-color css

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

 a { background-color: rgb(204,21,94); }

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

border-color css

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

 span { border-color: rgb(204,21,94); }

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