Html Css Color HEX #CC146A Ruby

📋 copy color: '#CC146A'

red 204 ◦ green 20 ◦ blue 106

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

Shades of Ruby #CC146A

Tints of Ruby #CC146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 61.82%
G = 6.06%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC146A (or 0xCC146A) is known color: Ruby. HEX triplet: CC, 14 and 6A. RGB value is (204,20,106). Sum of RGB (Red+Green+Blue) = 204+20+106=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC146A is #33EB95. Grayscale: #545454. Windows color (decimal): -3402646 or 6952140. OLE color: 6952140.

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

Color convert

RGB 204 20 106 -
CMYK 0 0.90 0.48 0.2
HSL 331.96º 0.82% 0.44% -
HSV(B) 331.96º 0.9% 0.8% -
XYZ 27.75 14.38 14.95 -
YUV 84.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 204 20 106 0 0.90 0.48 0.2 331.96 0.82 0.44
Hex CC 14 6A 0 5A 30 14 14C 52 2C
Octal 314 24 152 0 132 60 24 514 122 54
Binary 11001100 10100 1101010 0 1011010 110000 10100 101001100 1010010 101100

Color Harmonies of #CC146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC146A

Black with #CC146A

Text Example


Text Example

White with #CC146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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