Html Css Color HEX #CF774E Red Damask

📋 copy color: '#CF774E'

red 207 ◦ green 119 ◦ blue 78

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

Shades of Red Damask #CF774E

Tints of Red Damask #CF774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.31%

R = 51.24%
G = 29.46%
B = 19.31%

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

#CF774E (or 0xCF774E) is known color: Red Damask. HEX triplet: CF, 77 and 4E. RGB value is (207,119,78). Sum of RGB (Red+Green+Blue) = 207+119+78=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF774E is #3088B1. Grayscale: #8C8C8C. Windows color (decimal): -3180722 or 5142479. OLE color: 5142479.

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

Color convert

RGB 207 119 78 -
CMYK 0 0.43 0.62 0.19
HSL 19.07º 0.57% 0.56% -
HSV(B) 19.07º 0.62% 0.81% -
XYZ 33.7 27.01 10.64 -
YUV 140.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 207 119 78 0 0.43 0.62 0.19 19.07 0.57 0.56
Hex CF 77 4E 0 2B 3E 13 13 39 38
Octal 317 167 116 0 53 76 23 23 71 70
Binary 11001111 1110111 1001110 0 101011 111110 10011 10011 111001 111000

Color Harmonies of #CF774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF774E

Black with #CF774E

Text Example


Text Example

White with #CF774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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