Html Css Color HEX #CF6D4D Red Damask

📋 copy color: '#CF6D4D'

red 207 ◦ green 109 ◦ blue 77

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

Shades of Red Damask #CF6D4D

Tints of Red Damask #CF6D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 52.67%
G = 27.74%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF6D4D (or 0xCF6D4D) is known color: Red Damask. HEX triplet: CF, 6D and 4D. RGB value is (207,109,77). Sum of RGB (Red+Green+Blue) = 207+109+77=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D4D is #3092B2. Grayscale: #868686. Windows color (decimal): -3183283 or 5074383. OLE color: 5074383.

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

Color convert

RGB 207 109 77 -
CMYK 0 0.47 0.63 0.19
HSL 14.77º 0.58% 0.56% -
HSV(B) 14.77º 0.63% 0.81% -
XYZ 32.54 24.74 10.08 -
YUV 134.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 207 109 77 0 0.47 0.63 0.19 14.77 0.58 0.56
Hex CF 6D 4D 0 2F 3F 13 F 3A 38
Octal 317 155 115 0 57 77 23 17 72 70
Binary 11001111 1101101 1001101 0 101111 111111 10011 1111 111010 111000

Color Harmonies of #CF6D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D4D

Black with #CF6D4D

Text Example


Text Example

White with #CF6D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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