Html Css Color HEX #CF6D40 Red Damask

📋 copy color: '#CF6D40'

red 207 ◦ green 109 ◦ blue 64

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

Shades of Red Damask #CF6D40

Tints of Red Damask #CF6D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 54.47%
G = 28.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF6D40 (or 0xCF6D40) is known color: Red Damask. HEX triplet: CF, 6D and 40. RGB value is (207,109,64). Sum of RGB (Red+Green+Blue) = 207+109+64=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D40 is #3092BF. Grayscale: #858585. Windows color (decimal): -3183296 or 4222415. OLE color: 4222415.

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

Color convert

RGB 207 109 64 -
CMYK 0 0.47 0.69 0.19
HSL 18.88º 0.6% 0.53% -
HSV(B) 18.88º 0.69% 0.81% -
XYZ 32.13 24.57 7.9 -
YUV 133.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 207 109 64 0 0.47 0.69 0.19 18.88 0.6 0.53
Hex CF 6D 40 0 2F 45 13 13 3C 35
Octal 317 155 100 0 57 105 23 23 74 65
Binary 11001111 1101101 1000000 0 101111 1000101 10011 10011 111100 110101

Color Harmonies of #CF6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D40

Black with #CF6D40

Text Example


Text Example

White with #CF6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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