Html Css Color HEX #CC164C Cardinal

📋 copy color: '#CC164C'

red 204 ◦ green 22 ◦ blue 76

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

Shades of Cardinal #CC164C

Tints of Cardinal #CC164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 67.55%
G = 7.28%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC164C (or 0xCC164C) is known color: Cardinal. HEX triplet: CC, 16 and 4C. RGB value is (204,22,76). Sum of RGB (Red+Green+Blue) = 204+22+76=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC164C is #33E9B3. Grayscale: #525252. Windows color (decimal): -3402164 or 4986572. OLE color: 4986572.

HSL color Cylindrical-coordinate representation of color #CC164C: hue angle of 342.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC164C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 76 -
CMYK 0 0.89 0.63 0.2
HSL 342.2º 0.81% 0.44% -
HSV(B) 342.2º 0.89% 0.8% -
XYZ 26.49 13.93 8.13 -
YUV 82.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 204 22 76 0 0.89 0.63 0.2 342.2 0.81 0.44
Hex CC 16 4C 0 59 3F 14 156 51 2C
Octal 314 26 114 0 131 77 24 526 121 54
Binary 11001100 10110 1001100 0 1011001 111111 10100 101010110 1010001 101100

Color Harmonies of #CC164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC164C

Black with #CC164C

Text Example


Text Example

White with #CC164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC164C; }

 p { color: rgb(204,22,76); }

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

background-color css

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

 a { background-color: rgb(204,22,76); }

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

border-color css

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

 span { border-color: rgb(204,22,76); }

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