Html Css Color HEX #CC155F Ruby

📋 copy color: '#CC155F'

red 204 ◦ green 21 ◦ blue 95

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

Shades of Ruby #CC155F

Tints of Ruby #CC155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 63.75%
G = 6.56%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC155F (or 0xCC155F) is known color: Ruby. HEX triplet: CC, 15 and 5F. RGB value is (204,21,95). Sum of RGB (Red+Green+Blue) = 204+21+95=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC155F is #33EAA0. Grayscale: #545454. Windows color (decimal): -3402401 or 6231500. OLE color: 6231500.

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

Color convert

RGB 204 21 95 -
CMYK 0 0.90 0.53 0.2
HSL 335.74º 0.81% 0.44% -
HSV(B) 335.74º 0.9% 0.8% -
XYZ 27.24 14.2 12.13 -
YUV 84.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 204 21 95 0 0.90 0.53 0.2 335.74 0.81 0.44
Hex CC 15 5F 0 5A 35 14 150 51 2C
Octal 314 25 137 0 132 65 24 520 121 54
Binary 11001100 10101 1011111 0 1011010 110101 10100 101010000 1010001 101100

Color Harmonies of #CC155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC155F

Black with #CC155F

Text Example


Text Example

White with #CC155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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