Html Css Color HEX #CC146D Ruby

📋 copy color: '#CC146D'

red 204 ◦ green 20 ◦ blue 109

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

Shades of Ruby #CC146D

Tints of Ruby #CC146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 61.26%
G = 6.01%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC146D (or 0xCC146D) is known color: Ruby. HEX triplet: CC, 14 and 6D. RGB value is (204,20,109). Sum of RGB (Red+Green+Blue) = 204+20+109=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC146D is #33EB92. Grayscale: #545454. Windows color (decimal): -3402643 or 7148748. OLE color: 7148748.

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

Color convert

RGB 204 20 109 -
CMYK 0 0.90 0.47 0.2
HSL 330.98º 0.82% 0.44% -
HSV(B) 330.98º 0.9% 0.8% -
XYZ 27.91 14.44 15.78 -
YUV 85.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 204 20 109 0 0.90 0.47 0.2 330.98 0.82 0.44
Hex CC 14 6D 0 5A 2F 14 14B 52 2C
Octal 314 24 155 0 132 57 24 513 122 54
Binary 11001100 10100 1101101 0 1011010 101111 10100 101001011 1010010 101100

Color Harmonies of #CC146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC146D

Black with #CC146D

Text Example


Text Example

White with #CC146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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