#CC2142

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

Shades of Cardinal #CC2142

Tints of Cardinal #CC2142

Color information

#CC2142 (or 0xCC2142) is unknown color: approx Cardinal. HEX triplet: CC, 21 and 42. RGB value is (204,33,66). Sum of RGB (Red+Green+Blue) = 204+33+66=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2142 is #33DEBD. Grayscale: #575757. Windows color (decimal): -3399358 or 4334028. OLE color: 4334028.

HSL color Cylindrical-coordinate representation of color #CC2142: hue angle of 348.42º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2142 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB2043366-
CMYK00.840.680.2
HSL348.42º72.15%46.47%-
HSV(B)348.42º83.82%80%-
XYZ26.4314.326.53-
YUV87.89115.65210.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.33%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=67.33%
G=10.89%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204336600.840.680.2348.4272.1546.47
HexCC2142054441415c482e
Octal3144110201241042453411056
Binary110011001000011000010010101001000100101001010111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2142; }

 p { color: rgb(204,33,66); }

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

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

 a { background-color: rgb(204,33,66); }

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

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

 span { border-color: rgb(204,33,66); }

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