#CC1A47

Color #CC1A47 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CC1A47

Tints of Cardinal #CC1A47

Color information

#CC1A47 (or 0xCC1A47) is unknown color: approx Cardinal. HEX triplet: CC, 1A and 47. RGB value is (204,26,71). Sum of RGB (Red+Green+Blue) = 204+26+71=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A47 is #33E5B8. Grayscale: #545454. Windows color (decimal): -3401145 or 4659916. OLE color: 4659916.

HSL color Cylindrical-coordinate representation of color #CC1A47: hue angle of 344.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A47 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB2042671-
CMYK00.870.650.2
HSL344.83º77.39%45.1%-
HSV(B)344.83º87.25%80%-
XYZ26.4114.037.28-
YUV84.35120.47213.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=67.77%
G=8.64%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204267100.870.650.2344.8377.3945.1
HexCC1A4705741141594d2d
Octal3143210701271012453111555
Binary11001100110101000111010101111000001101001010110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1A47; }

 p { color: rgb(204,26,71); }

 H1.HeaderClassName
 {
   color: #CC1A47;
 }
 .AnyTagClassName
 {
   color: #CC1A47;
 }
</style>
background-color css

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

 a { background-color: rgb(204,26,71); }

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

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

 span { border-color: rgb(204,26,71); }

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