#CC203B

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

Shades of Cardinal #CC203B

Tints of Cardinal #CC203B

Color information

#CC203B (or 0xCC203B) is unknown color: approx Cardinal. HEX triplet: CC, 20 and 3B. RGB value is (204,32,59). Sum of RGB (Red+Green+Blue) = 204+32+59=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC203B is #33DFC4. Grayscale: #565656. Windows color (decimal): -3399621 or 3875020. OLE color: 3875020.

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

Color convert

RGB2043259-
CMYK00.840.710.2
HSL350.58º72.88%46.27%-
HSV(B)350.58º84.31%80%-
XYZ26.2114.195.49-
YUV86.51112.48211.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.15%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 59 (23.44% from 255) = 20%
R=69.15%
G=10.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204325900.840.710.2350.5872.8846.27
HexCC203B054471415f492e
Octal314407301241072453711156
Binary11001100100000111011010101001000111101001010111111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC203B; }

 p { color: rgb(204,32,59); }

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

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

 a { background-color: rgb(204,32,59); }

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

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

 span { border-color: rgb(204,32,59); }

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