Html Css Color HEX #CF6D48 Red Damask

📋 copy color: '#CF6D48'

red 207 ◦ green 109 ◦ blue 72

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

Shades of Red Damask #CF6D48

Tints of Red Damask #CF6D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 53.35%
G = 28.09%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6D48 (or 0xCF6D48) is known color: Red Damask. HEX triplet: CF, 6D and 48. RGB value is (207,109,72). Sum of RGB (Red+Green+Blue) = 207+109+72=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D48 is #3092B7. Grayscale: #868686. Windows color (decimal): -3183288 or 4746703. OLE color: 4746703.

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

Color convert

RGB 207 109 72 -
CMYK 0 0.47 0.65 0.19
HSL 16.44º 0.58% 0.55% -
HSV(B) 16.44º 0.65% 0.81% -
XYZ 32.37 24.67 9.19 -
YUV 134.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 207 109 72 0 0.47 0.65 0.19 16.44 0.58 0.55
Hex CF 6D 48 0 2F 41 13 10 3A 37
Octal 317 155 110 0 57 101 23 20 72 67
Binary 11001111 1101101 1001000 0 101111 1000001 10011 10000 111010 110111

Color Harmonies of #CF6D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D48

Black with #CF6D48

Text Example


Text Example

White with #CF6D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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