Html Css Color HEX #CF764F Red Damask

📋 copy color: '#CF764F'

red 207 ◦ green 118 ◦ blue 79

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

Shades of Red Damask #CF764F

Tints of Red Damask #CF764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

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

R = 51.24%
G = 29.21%
B = 19.55%

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

#CF764F (or 0xCF764F) is known color: Red Damask. HEX triplet: CF, 76 and 4F. RGB value is (207,118,79). Sum of RGB (Red+Green+Blue) = 207+118+79=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF764F is #3089B0. Grayscale: #8C8C8C. Windows color (decimal): -3180977 or 5207759. OLE color: 5207759.

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

Color convert

RGB 207 118 79 -
CMYK 0 0.43 0.62 0.19
HSL 18.28º 0.57% 0.56% -
HSV(B) 18.28º 0.62% 0.81% -
XYZ 33.62 26.79 10.8 -
YUV 140.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 207 118 79 0 0.43 0.62 0.19 18.28 0.57 0.56
Hex CF 76 4F 0 2B 3E 13 12 39 38
Octal 317 166 117 0 53 76 23 22 71 70
Binary 11001111 1110110 1001111 0 101011 111110 10011 10010 111001 111000

Color Harmonies of #CF764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF764F

Black with #CF764F

Text Example


Text Example

White with #CF764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF764F; }

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

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

background-color css

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

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

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

border-color css

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

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

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