Html Css Color HEX #CF6D41 Red Damask

📋 copy color: '#CF6D41'

red 207 ◦ green 109 ◦ blue 65

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

Shades of Red Damask #CF6D41

Tints of Red Damask #CF6D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 54.33%
G = 28.61%
B = 17.06%

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

#CF6D41 (or 0xCF6D41) is known color: Red Damask. HEX triplet: CF, 6D and 41. RGB value is (207,109,65). Sum of RGB (Red+Green+Blue) = 207+109+65=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D41 is #3092BE. Grayscale: #858585. Windows color (decimal): -3183295 or 4287951. OLE color: 4287951.

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

Color convert

RGB 207 109 65 -
CMYK 0 0.47 0.69 0.19
HSL 18.59º 0.6% 0.53% -
HSV(B) 18.59º 0.69% 0.81% -
XYZ 32.15 24.58 8.05 -
YUV 133.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 207 109 65 0 0.47 0.69 0.19 18.59 0.6 0.53
Hex CF 6D 41 0 2F 45 13 13 3C 35
Octal 317 155 101 0 57 105 23 23 74 65
Binary 11001111 1101101 1000001 0 101111 1000101 10011 10011 111100 110101

Color Harmonies of #CF6D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D41

Black with #CF6D41

Text Example


Text Example

White with #CF6D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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