Html Css Color HEX #CC2042 Cardinal

📋 copy color: '#CC2042'

red 204 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #CC2042

Tints of Cardinal #CC2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 67.55%
G = 10.6%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2042 (or 0xCC2042) is known color: Cardinal. HEX triplet: CC, 20 and 42. RGB value is (204,32,66). Sum of RGB (Red+Green+Blue) = 204+32+66=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2042 is #33DFBD. Grayscale: #575757. Windows color (decimal): -3399614 or 4333772. OLE color: 4333772.

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

Color convert

RGB 204 32 66 -
CMYK 0 0.84 0.68 0.2
HSL 348.14º 0.73% 0.46% -
HSV(B) 348.14º 0.84% 0.8% -
XYZ 26.4 14.26 6.52 -
YUV 87.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 204 32 66 0 0.84 0.68 0.2 348.14 0.73 0.46
Hex CC 20 42 0 54 44 14 15C 49 2E
Octal 314 40 102 0 124 104 24 534 111 56
Binary 11001100 100000 1000010 0 1010100 1000100 10100 101011100 1001001 101110

Color Harmonies of #CC2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2042

Black with #CC2042

Text Example


Text Example

White with #CC2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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