Html Css Color HEX #CF3C42 Mahogany

📋 copy color: '#CF3C42'

red 207 ◦ green 60 ◦ blue 66

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

Shades of Mahogany #CF3C42

Tints of Mahogany #CF3C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.02%

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

R = 62.16%
G = 18.02%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3C42 (or 0xCF3C42) is known color: Mahogany. HEX triplet: CF, 3C and 42. RGB value is (207,60,66). Sum of RGB (Red+Green+Blue) = 207+60+66=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C42 is #30C3BD. Grayscale: #686868. Windows color (decimal): -3195838 or 4340943. OLE color: 4340943.

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

Color convert

RGB 207 60 66 -
CMYK 0 0.71 0.68 0.19
HSL 357.55º 0.6% 0.52% -
HSV(B) 357.55º 0.71% 0.81% -
XYZ 28.33 16.89 6.92 -
YUV 104.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 207 60 66 0 0.71 0.68 0.19 357.55 0.6 0.52
Hex CF 3C 42 0 47 44 13 166 3C 34
Octal 317 74 102 0 107 104 23 546 74 64
Binary 11001111 111100 1000010 0 1000111 1000100 10011 101100110 111100 110100

Color Harmonies of #CF3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C42

Black with #CF3C42

Text Example


Text Example

White with #CF3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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