Html Css Color HEX #CE734A Red Damask

📋 copy color: '#CE734A'

red 206 ◦ green 115 ◦ blue 74

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

Shades of Red Damask #CE734A

Tints of Red Damask #CE734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 52.15%
G = 29.11%
B = 18.73%

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

#CE734A (or 0xCE734A) is known color: Red Damask. HEX triplet: CE, 73 and 4A. RGB value is (206,115,74). Sum of RGB (Red+Green+Blue) = 206+115+74=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE734A is #318CB5. Grayscale: #898989. Windows color (decimal): -3247286 or 4879310. OLE color: 4879310.

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

Color convert

RGB 206 115 74 -
CMYK 0 0.44 0.64 0.19
HSL 18.64º 0.57% 0.55% -
HSV(B) 18.64º 0.64% 0.81% -
XYZ 32.82 25.88 9.74 -
YUV 137.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 206 115 74 0 0.44 0.64 0.19 18.64 0.57 0.55
Hex CE 73 4A 0 2C 40 13 13 39 37
Octal 316 163 112 0 54 100 23 23 71 67
Binary 11001110 1110011 1001010 0 101100 1000000 10011 10011 111001 110111

Color Harmonies of #CE734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE734A

Black with #CE734A

Text Example


Text Example

White with #CE734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE734A; }

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

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

background-color css

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

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

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

border-color css

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

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

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