Html Css Color HEX #CF6D4E Red Damask

📋 copy color: '#CF6D4E'

red 207 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #CF6D4E

Tints of Red Damask #CF6D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 52.54%
G = 27.66%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF6D4E (or 0xCF6D4E) is known color: Red Damask. HEX triplet: CF, 6D and 4E. RGB value is (207,109,78). Sum of RGB (Red+Green+Blue) = 207+109+78=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D4E is #3092B1. Grayscale: #868686. Windows color (decimal): -3183282 or 5139919. OLE color: 5139919.

HSL color Cylindrical-coordinate representation of color #CF6D4E: hue angle of 14.42º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF6D4E is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 78 -
CMYK 0 0.47 0.62 0.19
HSL 14.42º 0.57% 0.56% -
HSV(B) 14.42º 0.62% 0.81% -
XYZ 32.58 24.75 10.27 -
YUV 134.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 207 109 78 0 0.47 0.62 0.19 14.42 0.57 0.56
Hex CF 6D 4E 0 2F 3E 13 E 39 38
Octal 317 155 116 0 57 76 23 16 71 70
Binary 11001111 1101101 1001110 0 101111 111110 10011 1110 111001 111000

Color Harmonies of #CF6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D4E

Black with #CF6D4E

Text Example


Text Example

White with #CF6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D4E; }

 p { color: rgb(207,109,78); }

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

background-color css

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

 a { background-color: rgb(207,109,78); }

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

border-color css

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

 span { border-color: rgb(207,109,78); }

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