Html Css Color HEX #CC146C Ruby

📋 copy color: '#CC146C'

red 204 ◦ green 20 ◦ blue 108

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

Shades of Ruby #CC146C

Tints of Ruby #CC146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 61.45%
G = 6.02%
B = 32.53%

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

#CC146C (or 0xCC146C) is known color: Ruby. HEX triplet: CC, 14 and 6C. RGB value is (204,20,108). Sum of RGB (Red+Green+Blue) = 204+20+108=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC146C is #33EB93. Grayscale: #545454. Windows color (decimal): -3402644 or 7083212. OLE color: 7083212.

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

Color convert

RGB 204 20 108 -
CMYK 0 0.90 0.47 0.2
HSL 331.3º 0.82% 0.44% -
HSV(B) 331.3º 0.9% 0.8% -
XYZ 27.86 14.42 15.5 -
YUV 85.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 204 20 108 0 0.90 0.47 0.2 331.3 0.82 0.44
Hex CC 14 6C 0 5A 2F 14 14B 52 2C
Octal 314 24 154 0 132 57 24 513 122 54
Binary 11001100 10100 1101100 0 1011010 101111 10100 101001011 1010010 101100

Color Harmonies of #CC146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC146C

Black with #CC146C

Text Example


Text Example

White with #CC146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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