Html Css Color HEX #CE674C Red Damask

📋 copy color: '#CE674C'

red 206 ◦ green 103 ◦ blue 76

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

Shades of Red Damask #CE674C

Tints of Red Damask #CE674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

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

R = 53.51%
G = 26.75%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE674C (or 0xCE674C) is known color: Red Damask. HEX triplet: CE, 67 and 4C. RGB value is (206,103,76). Sum of RGB (Red+Green+Blue) = 206+103+76=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE674C is #3198B3. Grayscale: #828282. Windows color (decimal): -3250356 or 5007310. OLE color: 5007310.

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

Color convert

RGB 206 103 76 -
CMYK 0 0.50 0.63 0.19
HSL 12.46º 0.57% 0.55% -
HSV(B) 12.46º 0.63% 0.81% -
XYZ 31.61 23.34 9.68 -
YUV 130.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 206 103 76 0 0.50 0.63 0.19 12.46 0.57 0.55
Hex CE 67 4C 0 32 3F 13 C 39 37
Octal 316 147 114 0 62 77 23 14 71 67
Binary 11001110 1100111 1001100 0 110010 111111 10011 1100 111001 110111

Color Harmonies of #CE674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE674C

Black with #CE674C

Text Example


Text Example

White with #CE674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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