Html Css Color HEX #CF6E4D Red Damask

📋 copy color: '#CF6E4D'

red 207 ◦ green 110 ◦ blue 77

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

Shades of Red Damask #CF6E4D

Tints of Red Damask #CF6E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

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

R = 52.54%
G = 27.92%
B = 19.54%

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

#CF6E4D (or 0xCF6E4D) is known color: Red Damask. HEX triplet: CF, 6E and 4D. RGB value is (207,110,77). Sum of RGB (Red+Green+Blue) = 207+110+77=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E4D is #3091B2. Grayscale: #878787. Windows color (decimal): -3183027 or 5074639. OLE color: 5074639.

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

Color convert

RGB 207 110 77 -
CMYK 0 0.47 0.63 0.19
HSL 15.23º 0.58% 0.56% -
HSV(B) 15.23º 0.63% 0.81% -
XYZ 32.65 24.95 10.12 -
YUV 135.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 207 110 77 0 0.47 0.63 0.19 15.23 0.58 0.56
Hex CF 6E 4D 0 2F 3F 13 F 3A 38
Octal 317 156 115 0 57 77 23 17 72 70
Binary 11001111 1101110 1001101 0 101111 111111 10011 1111 111010 111000

Color Harmonies of #CF6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E4D

Black with #CF6E4D

Text Example


Text Example

White with #CF6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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