Html Css Color HEX #CE744B Red Damask

📋 copy color: '#CE744B'

red 206 ◦ green 116 ◦ blue 75

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

Shades of Red Damask #CE744B

Tints of Red Damask #CE744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 51.89%
G = 29.22%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE744B (or 0xCE744B) is known color: Red Damask. HEX triplet: CE, 74 and 4B. RGB value is (206,116,75). Sum of RGB (Red+Green+Blue) = 206+116+75=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE744B is #318BB4. Grayscale: #8A8A8A. Windows color (decimal): -3247029 or 4945102. OLE color: 4945102.

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

Color convert

RGB 206 116 75 -
CMYK 0 0.44 0.64 0.19
HSL 18.78º 0.57% 0.55% -
HSV(B) 18.78º 0.64% 0.81% -
XYZ 32.97 26.12 9.96 -
YUV 138.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 206 116 75 0 0.44 0.64 0.19 18.78 0.57 0.55
Hex CE 74 4B 0 2C 40 13 13 39 37
Octal 316 164 113 0 54 100 23 23 71 67
Binary 11001110 1110100 1001011 0 101100 1000000 10011 10011 111001 110111

Color Harmonies of #CE744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE744B

Black with #CE744B

Text Example


Text Example

White with #CE744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE744B; }

 p { color: rgb(206,116,75); }

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

background-color css

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

 a { background-color: rgb(206,116,75); }

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

border-color css

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

 span { border-color: rgb(206,116,75); }

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