Html Css Color HEX #CF6D3F Red Damask

📋 copy color: '#CF6D3F'

red 207 ◦ green 109 ◦ blue 63

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

Shades of Red Damask #CF6D3F

Tints of Red Damask #CF6D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.62%

R = 54.62%
G = 28.76%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF6D3F (or 0xCF6D3F) is known color: Red Damask. HEX triplet: CF, 6D and 3F. RGB value is (207,109,63). Sum of RGB (Red+Green+Blue) = 207+109+63=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D3F is #3092C0. Grayscale: #858585. Windows color (decimal): -3183297 or 4156879. OLE color: 4156879.

HSL color Cylindrical-coordinate representation of color #CF6D3F: hue angle of 19.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF6D3F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 63 -
CMYK 0 0.47 0.70 0.19
HSL 19.17º 0.6% 0.53% -
HSV(B) 19.17º 0.7% 0.81% -
XYZ 32.1 24.56 7.75 -
YUV 133.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 207 109 63 0 0.47 0.70 0.19 19.17 0.6 0.53
Hex CF 6D 3F 0 2F 46 13 13 3C 35
Octal 317 155 77 0 57 106 23 23 74 65
Binary 11001111 1101101 111111 0 101111 1000110 10011 10011 111100 110101

Color Harmonies of #CF6D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D3F

Black with #CF6D3F

Text Example


Text Example

White with #CF6D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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