Html Css Color HEX #CC145C Ruby

📋 copy color: '#CC145C'

red 204 ◦ green 20 ◦ blue 92

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

Shades of Ruby #CC145C

Tints of Ruby #CC145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 64.56%
G = 6.33%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC145C (or 0xCC145C) is known color: Ruby. HEX triplet: CC, 14 and 5C. RGB value is (204,20,92). Sum of RGB (Red+Green+Blue) = 204+20+92=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC145C is #33EBA3. Grayscale: #535353. Windows color (decimal): -3402660 or 6034636. OLE color: 6034636.

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

Color convert

RGB 204 20 92 -
CMYK 0 0.90 0.55 0.2
HSL 336.52º 0.82% 0.44% -
HSV(B) 336.52º 0.9% 0.8% -
XYZ 27.08 14.11 11.42 -
YUV 83.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 204 20 92 0 0.90 0.55 0.2 336.52 0.82 0.44
Hex CC 14 5C 0 5A 37 14 151 52 2C
Octal 314 24 134 0 132 67 24 521 122 54
Binary 11001100 10100 1011100 0 1011010 110111 10100 101010001 1010010 101100

Color Harmonies of #CC145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC145C

Black with #CC145C

Text Example


Text Example

White with #CC145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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