Html Css Color HEX #CF714A Red Damask

📋 copy color: '#CF714A'

red 207 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #CF714A

Tints of Red Damask #CF714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

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

R = 52.54%
G = 28.68%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF714A (or 0xCF714A) is known color: Red Damask. HEX triplet: CF, 71 and 4A. RGB value is (207,113,74). Sum of RGB (Red+Green+Blue) = 207+113+74=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF714A is #308EB5. Grayscale: #888888. Windows color (decimal): -3182262 or 4878799. OLE color: 4878799.

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

Color convert

RGB 207 113 74 -
CMYK 0 0.45 0.64 0.19
HSL 17.59º 0.58% 0.55% -
HSV(B) 17.59º 0.64% 0.81% -
XYZ 32.87 25.57 9.68 -
YUV 136.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 207 113 74 0 0.45 0.64 0.19 17.59 0.58 0.55
Hex CF 71 4A 0 2D 40 13 12 3A 37
Octal 317 161 112 0 55 100 23 22 72 67
Binary 11001111 1110001 1001010 0 101101 1000000 10011 10010 111010 110111

Color Harmonies of #CF714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF714A

Black with #CF714A

Text Example


Text Example

White with #CF714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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