Html Css Color HEX #CE674E Red Damask

📋 copy color: '#CE674E'

red 206 ◦ green 103 ◦ blue 78

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

Shades of Red Damask #CE674E

Tints of Red Damask #CE674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.16%

R = 53.23%
G = 26.61%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE674E (or 0xCE674E) is known color: Red Damask. HEX triplet: CE, 67 and 4E. RGB value is (206,103,78). Sum of RGB (Red+Green+Blue) = 206+103+78=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE674E is #3198B1. Grayscale: #838383. Windows color (decimal): -3250354 or 5138382. OLE color: 5138382.

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

Color convert

RGB 206 103 78 -
CMYK 0 0.50 0.62 0.19
HSL 11.72º 0.57% 0.56% -
HSV(B) 11.72º 0.62% 0.81% -
XYZ 31.68 23.37 10.05 -
YUV 130.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 206 103 78 0 0.50 0.62 0.19 11.72 0.57 0.56
Hex CE 67 4E 0 32 3E 13 C 39 38
Octal 316 147 116 0 62 76 23 14 71 70
Binary 11001110 1100111 1001110 0 110010 111110 10011 1100 111001 111000

Color Harmonies of #CE674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE674E

Black with #CE674E

Text Example


Text Example

White with #CE674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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