Html Css Color HEX #CC1648 Cardinal

📋 copy color: '#CC1648'

red 204 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #CC1648

Tints of Cardinal #CC1648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 68.46%
G = 7.38%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC1648 (or 0xCC1648) is known color: Cardinal. HEX triplet: CC, 16 and 48. RGB value is (204,22,72). Sum of RGB (Red+Green+Blue) = 204+22+72=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1648 is #33E9B7. Grayscale: #525252. Windows color (decimal): -3402168 or 4724428. OLE color: 4724428.

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

Color convert

RGB 204 22 72 -
CMYK 0 0.89 0.65 0.2
HSL 343.52º 0.81% 0.44% -
HSV(B) 343.52º 0.89% 0.8% -
XYZ 26.36 13.88 7.42 -
YUV 82.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 204 22 72 0 0.89 0.65 0.2 343.52 0.81 0.44
Hex CC 16 48 0 59 41 14 158 51 2C
Octal 314 26 110 0 131 101 24 530 121 54
Binary 11001100 10110 1001000 0 1011001 1000001 10100 101011000 1010001 101100

Color Harmonies of #CC1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1648

Black with #CC1648

Text Example


Text Example

White with #CC1648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1648; }

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

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

background-color css

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

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

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

border-color css

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

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

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