Html Css Color HEX #CC1649 Cardinal

📋 copy color: '#CC1649'

red 204 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #CC1649

Tints of Cardinal #CC1649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.41%

R = 68.23%
G = 7.36%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC1649 (or 0xCC1649) is known color: Cardinal. HEX triplet: CC, 16 and 49. RGB value is (204,22,73). Sum of RGB (Red+Green+Blue) = 204+22+73=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1649 is #33E9B6. Grayscale: #525252. Windows color (decimal): -3402167 or 4789964. OLE color: 4789964.

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

Color convert

RGB 204 22 73 -
CMYK 0 0.89 0.64 0.2
HSL 343.19º 0.81% 0.44% -
HSV(B) 343.19º 0.89% 0.8% -
XYZ 26.39 13.89 7.59 -
YUV 82.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 204 22 73 0 0.89 0.64 0.2 343.19 0.81 0.44
Hex CC 16 49 0 59 40 14 157 51 2C
Octal 314 26 111 0 131 100 24 527 121 54
Binary 11001100 10110 1001001 0 1011001 1000000 10100 101010111 1010001 101100

Color Harmonies of #CC1649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1649

Black with #CC1649

Text Example


Text Example

White with #CC1649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1649; }

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

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

background-color css

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

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

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

border-color css

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

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

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