Html Css Color HEX #CF4042 Mahogany

📋 copy color: '#CF4042'

red 207 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #CF4042

Tints of Mahogany #CF4042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 61.42%
G = 18.99%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF4042 (or 0xCF4042) is known color: Mahogany. HEX triplet: CF, 40 and 42. RGB value is (207,64,66). Sum of RGB (Red+Green+Blue) = 207+64+66=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4042 is #30BFBD. Grayscale: #6B6B6B. Windows color (decimal): -3194814 or 4341967. OLE color: 4341967.

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

Color convert

RGB 207 64 66 -
CMYK 0 0.69 0.68 0.19
HSL 359.16º 0.6% 0.53% -
HSV(B) 359.16º 0.69% 0.81% -
XYZ 28.55 17.33 6.99 -
YUV 106.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 207 64 66 0 0.69 0.68 0.19 359.16 0.6 0.53
Hex CF 40 42 0 45 44 13 167 3C 35
Octal 317 100 102 0 105 104 23 547 74 65
Binary 11001111 1000000 1000010 0 1000101 1000100 10011 101100111 111100 110101

Color Harmonies of #CF4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4042

Black with #CF4042

Text Example


Text Example

White with #CF4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4042; }

 p { color: rgb(207,64,66); }

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

background-color css

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

 a { background-color: rgb(207,64,66); }

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

border-color css

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

 span { border-color: rgb(207,64,66); }

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