Html Css Color HEX #CE714A Red Damask

📋 copy color: '#CE714A'

red 206 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #CE714A

Tints of Red Damask #CE714A

RGB

 RED value IS 206 (80.86% from 255) = 52.42%

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

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

R = 52.42%
G = 28.75%
B = 18.83%

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

#CE714A (or 0xCE714A) is known color: Red Damask. HEX triplet: CE, 71 and 4A. RGB value is (206,113,74). Sum of RGB (Red+Green+Blue) = 206+113+74=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE714A is #318EB5. Grayscale: #888888. Windows color (decimal): -3247798 or 4878798. OLE color: 4878798.

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

Color convert

RGB 206 113 74 -
CMYK 0 0.45 0.64 0.19
HSL 17.73º 0.57% 0.55% -
HSV(B) 17.73º 0.64% 0.81% -
XYZ 32.59 25.43 9.67 -
YUV 136.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 206 113 74 0 0.45 0.64 0.19 17.73 0.57 0.55
Hex CE 71 4A 0 2D 40 13 12 39 37
Octal 316 161 112 0 55 100 23 22 71 67
Binary 11001110 1110001 1001010 0 101101 1000000 10011 10010 111001 110111

Color Harmonies of #CE714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE714A

Black with #CE714A

Text Example


Text Example

White with #CE714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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