Html Css Color HEX #CC204A Brick Red

📋 copy color: '#CC204A'

red 204 ◦ green 32 ◦ blue 74

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

Shades of Brick Red #CC204A

Tints of Brick Red #CC204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 65.81%
G = 10.32%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC204A (or 0xCC204A) is known color: Brick Red. HEX triplet: CC, 20 and 4A. RGB value is (204,32,74). Sum of RGB (Red+Green+Blue) = 204+32+74=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC204A is #33DFB5. Grayscale: #585858. Windows color (decimal): -3399606 or 4858060. OLE color: 4858060.

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

Color convert

RGB 204 32 74 -
CMYK 0 0.84 0.64 0.2
HSL 345.35º 0.73% 0.46% -
HSV(B) 345.35º 0.84% 0.8% -
XYZ 26.65 14.36 7.85 -
YUV 88.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 204 32 74 0 0.84 0.64 0.2 345.35 0.73 0.46
Hex CC 20 4A 0 54 40 14 159 49 2E
Octal 314 40 112 0 124 100 24 531 111 56
Binary 11001100 100000 1001010 0 1010100 1000000 10100 101011001 1001001 101110

Color Harmonies of #CC204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC204A

Black with #CC204A

Text Example


Text Example

White with #CC204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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