Html Css Color HEX #CF764D Red Damask

📋 copy color: '#CF764D'

red 207 ◦ green 118 ◦ blue 77

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

Shades of Red Damask #CF764D

Tints of Red Damask #CF764D

RGB

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

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

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

R = 51.49%
G = 29.35%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF764D (or 0xCF764D) is known color: Red Damask. HEX triplet: CF, 76 and 4D. RGB value is (207,118,77). Sum of RGB (Red+Green+Blue) = 207+118+77=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF764D is #3089B2. Grayscale: #8C8C8C. Windows color (decimal): -3180979 or 5076687. OLE color: 5076687.

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

Color convert

RGB 207 118 77 -
CMYK 0 0.43 0.63 0.19
HSL 18.92º 0.58% 0.56% -
HSV(B) 18.92º 0.63% 0.81% -
XYZ 33.55 26.76 10.42 -
YUV 139.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 207 118 77 0 0.43 0.63 0.19 18.92 0.58 0.56
Hex CF 76 4D 0 2B 3F 13 13 3A 38
Octal 317 166 115 0 53 77 23 23 72 70
Binary 11001111 1110110 1001101 0 101011 111111 10011 10011 111010 111000

Color Harmonies of #CF764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF764D

Black with #CF764D

Text Example


Text Example

White with #CF764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF764D; }

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

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

background-color css

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

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

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

border-color css

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

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

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