Html Css Color HEX #CC2144 Cardinal

📋 copy color: '#CC2144'

red 204 ◦ green 33 ◦ blue 68

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

Shades of Cardinal #CC2144

Tints of Cardinal #CC2144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 66.89%
G = 10.82%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC2144 (or 0xCC2144) is known color: Cardinal. HEX triplet: CC, 21 and 44. RGB value is (204,33,68). Sum of RGB (Red+Green+Blue) = 204+33+68=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2144 is #33DEBB. Grayscale: #585858. Windows color (decimal): -3399356 or 4465100. OLE color: 4465100.

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

Color convert

RGB 204 33 68 -
CMYK 0 0.84 0.67 0.2
HSL 347.72º 0.72% 0.46% -
HSV(B) 347.72º 0.84% 0.8% -
XYZ 26.49 14.34 6.84 -
YUV 88.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 204 33 68 0 0.84 0.67 0.2 347.72 0.72 0.46
Hex CC 21 44 0 54 43 14 15C 48 2E
Octal 314 41 104 0 124 103 24 534 110 56
Binary 11001100 100001 1000100 0 1010100 1000011 10100 101011100 1001000 101110

Color Harmonies of #CC2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2144

Black with #CC2144

Text Example


Text Example

White with #CC2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2144; }

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

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

background-color css

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

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

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

border-color css

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

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

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