Html Css Color HEX #CC4047 Brick Red

📋 copy color: '#CC4047'

red 204 ◦ green 64 ◦ blue 71

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

Shades of Brick Red #CC4047

Tints of Brick Red #CC4047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 60.18%
G = 18.88%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC4047 (or 0xCC4047) is known color: Brick Red. HEX triplet: CC, 40 and 47. RGB value is (204,64,71). Sum of RGB (Red+Green+Blue) = 204+64+71=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4047 is #33BFB8. Grayscale: #6A6A6A. Windows color (decimal): -3391417 or 4669644. OLE color: 4669644.

HSL color Cylindrical-coordinate representation of color #CC4047: hue angle of 357º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4047 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 71 -
CMYK 0 0.69 0.65 0.2
HSL 357º 0.58% 0.53% -
HSV(B) 357º 0.69% 0.8% -
XYZ 27.87 16.96 7.77 -
YUV 106.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 204 64 71 0 0.69 0.65 0.2 357 0.58 0.53
Hex CC 40 47 0 45 41 14 165 3A 35
Octal 314 100 107 0 105 101 24 545 72 65
Binary 11001100 1000000 1000111 0 1000101 1000001 10100 101100101 111010 110101

Color Harmonies of #CC4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4047

Black with #CC4047

Text Example


Text Example

White with #CC4047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4047; }

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

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

background-color css

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

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

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

border-color css

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

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

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