Html Css Color HEX #CF774F Red Damask

📋 copy color: '#CF774F'

red 207 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #CF774F

Tints of Red Damask #CF774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 79 (31.25% from 255) = 19.51%

R = 51.11%
G = 29.38%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF774F (or 0xCF774F) is known color: Red Damask. HEX triplet: CF, 77 and 4F. RGB value is (207,119,79). Sum of RGB (Red+Green+Blue) = 207+119+79=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF774F is #3088B0. Grayscale: #8D8D8D. Windows color (decimal): -3180721 or 5208015. OLE color: 5208015.

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

Color convert

RGB 207 119 79 -
CMYK 0 0.43 0.62 0.19
HSL 18.75º 0.57% 0.56% -
HSV(B) 18.75º 0.62% 0.81% -
XYZ 33.74 27.02 10.83 -
YUV 140.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 207 119 79 0 0.43 0.62 0.19 18.75 0.57 0.56
Hex CF 77 4F 0 2B 3E 13 13 39 38
Octal 317 167 117 0 53 76 23 23 71 70
Binary 11001111 1110111 1001111 0 101011 111110 10011 10011 111001 111000

Color Harmonies of #CF774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF774F

Black with #CF774F

Text Example


Text Example

White with #CF774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF774F; }

 p { color: rgb(207,119,79); }

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

background-color css

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

 a { background-color: rgb(207,119,79); }

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

border-color css

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

 span { border-color: rgb(207,119,79); }

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