Html Css Color HEX #CC4345 Mahogany

📋 copy color: '#CC4345'

red 204 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #CC4345

Tints of Mahogany #CC4345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 60%
G = 19.71%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC4345 (or 0xCC4345) is known color: Mahogany. HEX triplet: CC, 43 and 45. RGB value is (204,67,69). Sum of RGB (Red+Green+Blue) = 204+67+69=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4345 is #33BCBA. Grayscale: #6C6C6C. Windows color (decimal): -3390651 or 4539340. OLE color: 4539340.

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

Color convert

RGB 204 67 69 -
CMYK 0 0.67 0.66 0.2
HSL 359.12º 0.57% 0.53% -
HSV(B) 359.12º 0.67% 0.8% -
XYZ 27.98 17.28 7.49 -
YUV 108.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 204 67 69 0 0.67 0.66 0.2 359.12 0.57 0.53
Hex CC 43 45 0 43 42 14 167 39 35
Octal 314 103 105 0 103 102 24 547 71 65
Binary 11001100 1000011 1000101 0 1000011 1000010 10100 101100111 111001 110101

Color Harmonies of #CC4345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4345

Black with #CC4345

Text Example


Text Example

White with #CC4345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4345; }

 p { color: rgb(204,67,69); }

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

background-color css

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

 a { background-color: rgb(204,67,69); }

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

border-color css

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

 span { border-color: rgb(204,67,69); }

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