Html Css Color HEX #CC383E Mahogany

📋 copy color: '#CC383E'

red 204 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #CC383E

Tints of Mahogany #CC383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 63.35%
G = 17.39%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC383E (or 0xCC383E) is known color: Mahogany. HEX triplet: CC, 38 and 3E. RGB value is (204,56,62). Sum of RGB (Red+Green+Blue) = 204+56+62=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC383E is #33C7C1. Grayscale: #656565. Windows color (decimal): -3393474 or 4077772. OLE color: 4077772.

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

Color convert

RGB 204 56 62 -
CMYK 0 0.73 0.70 0.2
HSL 357.57º 0.59% 0.51% -
HSV(B) 357.57º 0.73% 0.8% -
XYZ 27.19 16.01 6.22 -
YUV 100.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 204 56 62 0 0.73 0.70 0.2 357.57 0.59 0.51
Hex CC 38 3E 0 49 46 14 166 3B 33
Octal 314 70 76 0 111 106 24 546 73 63
Binary 11001100 111000 111110 0 1001001 1000110 10100 101100110 111011 110011

Color Harmonies of #CC383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC383E

Black with #CC383E

Text Example


Text Example

White with #CC383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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