Html Css Color HEX #CF4347 Mahogany

📋 copy color: '#CF4347'

red 207 ◦ green 67 ◦ blue 71

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

Shades of Mahogany #CF4347

Tints of Mahogany #CF4347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 60%
G = 19.42%
B = 20.58%

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

#CF4347 (or 0xCF4347) is known color: Mahogany. HEX triplet: CF, 43 and 47. RGB value is (207,67,71). Sum of RGB (Red+Green+Blue) = 207+67+71=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4347 is #30BCB8. Grayscale: #6D6D6D. Windows color (decimal): -3194041 or 4670415. OLE color: 4670415.

HSL color Cylindrical-coordinate representation of color #CF4347: hue angle of 358.29º 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 #CF4347 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 67 71 -
CMYK 0 0.68 0.66 0.19
HSL 358.29º 0.59% 0.54% -
HSV(B) 358.29º 0.68% 0.81% -
XYZ 28.88 17.73 7.86 -
YUV 109.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 207 67 71 0 0.68 0.66 0.19 358.29 0.59 0.54
Hex CF 43 47 0 44 42 13 166 3B 36
Octal 317 103 107 0 104 102 23 546 73 66
Binary 11001111 1000011 1000111 0 1000100 1000010 10011 101100110 111011 110110

Color Harmonies of #CF4347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4347

Black with #CF4347

Text Example


Text Example

White with #CF4347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4347; }

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

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

background-color css

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

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

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

border-color css

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

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

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