Html Css Color HEX #CF4145 Mahogany

📋 copy color: '#CF4145'

red 207 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #CF4145

Tints of Mahogany #CF4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 60.7%
G = 19.06%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF4145 (or 0xCF4145) is known color: Mahogany. HEX triplet: CF, 41 and 45. RGB value is (207,65,69). Sum of RGB (Red+Green+Blue) = 207+65+69=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4145 is #30BEBA. Grayscale: #6C6C6C. Windows color (decimal): -3194555 or 4538831. OLE color: 4538831.

HSL color Cylindrical-coordinate representation of color #CF4145: hue angle of 358.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4145 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 69 -
CMYK 0 0.69 0.67 0.19
HSL 358.31º 0.6% 0.53% -
HSV(B) 358.31º 0.69% 0.81% -
XYZ 28.7 17.48 7.49 -
YUV 107.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 207 65 69 0 0.69 0.67 0.19 358.31 0.6 0.53
Hex CF 41 45 0 45 43 13 166 3C 35
Octal 317 101 105 0 105 103 23 546 74 65
Binary 11001111 1000001 1000101 0 1000101 1000011 10011 101100110 111100 110101

Color Harmonies of #CF4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4145

Black with #CF4145

Text Example


Text Example

White with #CF4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4145; }

 p { color: rgb(207,65,69); }

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

background-color css

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

 a { background-color: rgb(207,65,69); }

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

border-color css

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

 span { border-color: rgb(207,65,69); }

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