Html Css Color HEX #CC384C Brick Red

📋 copy color: '#CC384C'

red 204 ◦ green 56 ◦ blue 76

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

Shades of Brick Red #CC384C

Tints of Brick Red #CC384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

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

R = 60.71%
G = 16.67%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC384C (or 0xCC384C) is known color: Brick Red. HEX triplet: CC, 38 and 4C. RGB value is (204,56,76). Sum of RGB (Red+Green+Blue) = 204+56+76=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC384C is #33C7B3. Grayscale: #666666. Windows color (decimal): -3393460 or 4995276. OLE color: 4995276.

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

Color convert

RGB 204 56 76 -
CMYK 0 0.73 0.63 0.2
HSL 351.89º 0.59% 0.51% -
HSV(B) 351.89º 0.73% 0.8% -
XYZ 27.62 16.19 8.51 -
YUV 102.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 204 56 76 0 0.73 0.63 0.2 351.89 0.59 0.51
Hex CC 38 4C 0 49 3F 14 160 3B 33
Octal 314 70 114 0 111 77 24 540 73 63
Binary 11001100 111000 1001100 0 1001001 111111 10100 101100000 111011 110011

Color Harmonies of #CC384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC384C

Black with #CC384C

Text Example


Text Example

White with #CC384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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