Html Css Color HEX #CF6D50 Red Damask

📋 copy color: '#CF6D50'

red 207 ◦ green 109 ◦ blue 80

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

Shades of Red Damask #CF6D50

Tints of Red Damask #CF6D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 52.27%
G = 27.53%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF6D50 (or 0xCF6D50) is known color: Red Damask. HEX triplet: CF, 6D and 50. RGB value is (207,109,80). Sum of RGB (Red+Green+Blue) = 207+109+80=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D50 is #3092AF. Grayscale: #878787. Windows color (decimal): -3183280 or 5270991. OLE color: 5270991.

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

Color convert

RGB 207 109 80 -
CMYK 0 0.47 0.61 0.19
HSL 13.7º 0.57% 0.56% -
HSV(B) 13.7º 0.61% 0.81% -
XYZ 32.65 24.78 10.65 -
YUV 135 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 207 109 80 0 0.47 0.61 0.19 13.7 0.57 0.56
Hex CF 6D 50 0 2F 3D 13 E 39 38
Octal 317 155 120 0 57 75 23 16 71 70
Binary 11001111 1101101 1010000 0 101111 111101 10011 1110 111001 111000

Color Harmonies of #CF6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D50

Black with #CF6D50

Text Example


Text Example

White with #CF6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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