#cc163c

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

Shades of Cardinal #CC163C

Tints of Cardinal #CC163C

Color information

#CC163C (or 0xCC163C) is unknown color: approx Cardinal. HEX triplet: CC, 16 and 3C. RGB value is (204,22,60). Sum of RGB (Red+Green+Blue) = 204+22+60=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC163C is #33E9C3. Grayscale: #505050. Windows color (decimal): -3402180 or 3937996. OLE color: 3937996.

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

Color convert

RGB2042260-
CMYK00.890.710.2
HSL347.47º80.53%44.31%-
HSV(B)347.47º89.22%80%-
XYZ2613.745.56-
YUV80.75116.3215.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.33%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=71.33%
G=7.69%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204226000.890.710.2347.4780.5344.31
HexCC163C059471415b512c
Octal314267401311072453312154
Binary1100110010110111100010110011000111101001010110111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc163c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc163c; }

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

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

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

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

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

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

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

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