Html Css Color HEX #CC2043 Cardinal

📋 copy color: '#CC2043'

red 204 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #CC2043

Tints of Cardinal #CC2043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 67.33%
G = 10.56%
B = 22.11%

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

#CC2043 (or 0xCC2043) is known color: Cardinal. HEX triplet: CC, 20 and 43. RGB value is (204,32,67). Sum of RGB (Red+Green+Blue) = 204+32+67=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2043 is #33DFBC. Grayscale: #575757. Windows color (decimal): -3399613 or 4399308. OLE color: 4399308.

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

Color convert

RGB 204 32 67 -
CMYK 0 0.84 0.67 0.2
HSL 347.79º 0.73% 0.46% -
HSV(B) 347.79º 0.84% 0.8% -
XYZ 26.43 14.28 6.67 -
YUV 87.42 116.48 211.15 -
System Red Green Blue C M Y K H S L
Decimal 204 32 67 0 0.84 0.67 0.2 347.79 0.73 0.46
Hex CC 20 43 0 54 43 14 15C 49 2E
Octal 314 40 103 0 124 103 24 534 111 56
Binary 11001100 100000 1000011 0 1010100 1000011 10100 101011100 1001001 101110

Color Harmonies of #CC2043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2043

Black with #CC2043

Text Example


Text Example

White with #CC2043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2043; }

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

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

background-color css

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

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

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

border-color css

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

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

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