Html Css Color HEX #CC145D Ruby

📋 copy color: '#CC145D'

red 204 ◦ green 20 ◦ blue 93

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

Shades of Ruby #CC145D

Tints of Ruby #CC145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.31%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 64.35%
G = 6.31%
B = 29.34%

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

#CC145D (or 0xCC145D) is known color: Ruby. HEX triplet: CC, 14 and 5D. RGB value is (204,20,93). Sum of RGB (Red+Green+Blue) = 204+20+93=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC145D is #33EBA2. Grayscale: #535353. Windows color (decimal): -3402659 or 6100172. OLE color: 6100172.

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

Color convert

RGB 204 20 93 -
CMYK 0 0.90 0.54 0.2
HSL 336.2º 0.82% 0.44% -
HSV(B) 336.2º 0.9% 0.8% -
XYZ 27.13 14.13 11.65 -
YUV 83.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 204 20 93 0 0.90 0.54 0.2 336.2 0.82 0.44
Hex CC 14 5D 0 5A 36 14 150 52 2C
Octal 314 24 135 0 132 66 24 520 122 54
Binary 11001100 10100 1011101 0 1011010 110110 10100 101010000 1010010 101100

Color Harmonies of #CC145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC145D

Black with #CC145D

Text Example


Text Example

White with #CC145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC145D; }

 p { color: rgb(204,20,93); }

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

background-color css

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

 a { background-color: rgb(204,20,93); }

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

border-color css

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

 span { border-color: rgb(204,20,93); }

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