Html Css Color HEX #CE764C Red Damask

📋 copy color: '#CE764C'

red 206 ◦ green 118 ◦ blue 76

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

Shades of Red Damask #CE764C

Tints of Red Damask #CE764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19%

R = 51.5%
G = 29.5%
B = 19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE764C (or 0xCE764C) is known color: Red Damask. HEX triplet: CE, 76 and 4C. RGB value is (206,118,76). Sum of RGB (Red+Green+Blue) = 206+118+76=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE764C is #3189B3. Grayscale: #8B8B8B. Windows color (decimal): -3246516 or 5011150. OLE color: 5011150.

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

Color convert

RGB 206 118 76 -
CMYK 0 0.43 0.63 0.19
HSL 19.38º 0.57% 0.55% -
HSV(B) 19.38º 0.63% 0.81% -
XYZ 33.24 26.6 10.22 -
YUV 139.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 206 118 76 0 0.43 0.63 0.19 19.38 0.57 0.55
Hex CE 76 4C 0 2B 3F 13 13 39 37
Octal 316 166 114 0 53 77 23 23 71 67
Binary 11001110 1110110 1001100 0 101011 111111 10011 10011 111001 110111

Color Harmonies of #CE764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE764C

Black with #CE764C

Text Example


Text Example

White with #CE764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE764C; }

 p { color: rgb(206,118,76); }

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

background-color css

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

 a { background-color: rgb(206,118,76); }

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

border-color css

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

 span { border-color: rgb(206,118,76); }

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