Html Css Color HEX #CC354C Brick Red

📋 copy color: '#CC354C'

red 204 ◦ green 53 ◦ blue 76

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

Shades of Brick Red #CC354C

Tints of Brick Red #CC354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 61.26%
G = 15.92%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC354C (or 0xCC354C) is known color: Brick Red. HEX triplet: CC, 35 and 4C. RGB value is (204,53,76). Sum of RGB (Red+Green+Blue) = 204+53+76=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC354C is #33CAB3. Grayscale: #646464. Windows color (decimal): -3394228 or 4994508. OLE color: 4994508.

HSL color Cylindrical-coordinate representation of color #CC354C: hue angle of 350.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC354C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 76 -
CMYK 0 0.74 0.63 0.2
HSL 350.86º 0.6% 0.5% -
HSV(B) 350.86º 0.74% 0.8% -
XYZ 27.48 15.91 8.46 -
YUV 100.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 204 53 76 0 0.74 0.63 0.2 350.86 0.6 0.5
Hex CC 35 4C 0 4A 3F 14 15F 3C 32
Octal 314 65 114 0 112 77 24 537 74 62
Binary 11001100 110101 1001100 0 1001010 111111 10100 101011111 111100 110010

Color Harmonies of #CC354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC354C

Black with #CC354C

Text Example


Text Example

White with #CC354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC354C; }

 p { color: rgb(204,53,76); }

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

background-color css

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

 a { background-color: rgb(204,53,76); }

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

border-color css

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

 span { border-color: rgb(204,53,76); }

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