Html Css Color HEX #CF764A Red Damask

📋 copy color: '#CF764A'

red 207 ◦ green 118 ◦ blue 74

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

Shades of Red Damask #CF764A

Tints of Red Damask #CF764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 51.88%
G = 29.57%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF764A (or 0xCF764A) is known color: Red Damask. HEX triplet: CF, 76 and 4A. RGB value is (207,118,74). Sum of RGB (Red+Green+Blue) = 207+118+74=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF764A is #3089B5. Grayscale: #8B8B8B. Windows color (decimal): -3180982 or 4880079. OLE color: 4880079.

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

Color convert

RGB 207 118 74 -
CMYK 0 0.43 0.64 0.19
HSL 19.85º 0.58% 0.55% -
HSV(B) 19.85º 0.64% 0.81% -
XYZ 33.45 26.72 9.87 -
YUV 139.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 207 118 74 0 0.43 0.64 0.19 19.85 0.58 0.55
Hex CF 76 4A 0 2B 40 13 14 3A 37
Octal 317 166 112 0 53 100 23 24 72 67
Binary 11001111 1110110 1001010 0 101011 1000000 10011 10100 111010 110111

Color Harmonies of #CF764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF764A

Black with #CF764A

Text Example


Text Example

White with #CF764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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