Html Css Color HEX #CF4346 Mahogany

📋 copy color: '#CF4346'

red 207 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #CF4346

Tints of Mahogany #CF4346

RGB

 RED value IS 207 (81.25% from 255) = 60.17%

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

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 60.17%
G = 19.48%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF4346 (or 0xCF4346) is known color: Mahogany. HEX triplet: CF, 43 and 46. RGB value is (207,67,70). Sum of RGB (Red+Green+Blue) = 207+67+70=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4346 is #30BCB9. Grayscale: #6D6D6D. Windows color (decimal): -3194042 or 4604879. OLE color: 4604879.

HSL color Cylindrical-coordinate representation of color #CF4346: hue angle of 358.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4346 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 67 70 -
CMYK 0 0.68 0.66 0.19
HSL 358.71º 0.59% 0.54% -
HSV(B) 358.71º 0.68% 0.81% -
XYZ 28.84 17.72 7.69 -
YUV 109.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 207 67 70 0 0.68 0.66 0.19 358.71 0.59 0.54
Hex CF 43 46 0 44 42 13 167 3B 36
Octal 317 103 106 0 104 102 23 547 73 66
Binary 11001111 1000011 1000110 0 1000100 1000010 10011 101100111 111011 110110

Color Harmonies of #CF4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4346

Black with #CF4346

Text Example


Text Example

White with #CF4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4346; }

 p { color: rgb(207,67,70); }

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

background-color css

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

 a { background-color: rgb(207,67,70); }

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

border-color css

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

 span { border-color: rgb(207,67,70); }

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