Html Css Color HEX #CC2047 Cardinal

📋 copy color: '#CC2047'

red 204 ◦ green 32 ◦ blue 71

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

Shades of Cardinal #CC2047

Tints of Cardinal #CC2047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 66.45%
G = 10.42%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2047 (or 0xCC2047) is known color: Cardinal. HEX triplet: CC, 20 and 47. RGB value is (204,32,71). Sum of RGB (Red+Green+Blue) = 204+32+71=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2047 is #33DFB8. Grayscale: #575757. Windows color (decimal): -3399609 or 4661452. OLE color: 4661452.

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

Color convert

RGB 204 32 71 -
CMYK 0 0.84 0.65 0.2
HSL 346.4º 0.73% 0.46% -
HSV(B) 346.4º 0.84% 0.8% -
XYZ 26.56 14.33 7.33 -
YUV 87.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 204 32 71 0 0.84 0.65 0.2 346.4 0.73 0.46
Hex CC 20 47 0 54 41 14 15A 49 2E
Octal 314 40 107 0 124 101 24 532 111 56
Binary 11001100 100000 1000111 0 1010100 1000001 10100 101011010 1001001 101110

Color Harmonies of #CC2047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2047

Black with #CC2047

Text Example


Text Example

White with #CC2047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2047; }

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

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

background-color css

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

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

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

border-color css

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

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

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