Html Css Color HEX #CE694D Red Damask

📋 copy color: '#CE694D'

red 206 ◦ green 105 ◦ blue 77

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

Shades of Red Damask #CE694D

Tints of Red Damask #CE694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 53.09%
G = 27.06%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE694D (or 0xCE694D) is known color: Red Damask. HEX triplet: CE, 69 and 4D. RGB value is (206,105,77). Sum of RGB (Red+Green+Blue) = 206+105+77=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE694D is #3196B2. Grayscale: #848484. Windows color (decimal): -3249843 or 5073358. OLE color: 5073358.

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

Color convert

RGB 206 105 77 -
CMYK 0 0.49 0.63 0.19
HSL 13.02º 0.57% 0.55% -
HSV(B) 13.02º 0.63% 0.81% -
XYZ 31.84 23.76 9.93 -
YUV 132.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 206 105 77 0 0.49 0.63 0.19 13.02 0.57 0.55
Hex CE 69 4D 0 31 3F 13 D 39 37
Octal 316 151 115 0 61 77 23 15 71 67
Binary 11001110 1101001 1001101 0 110001 111111 10011 1101 111001 110111

Color Harmonies of #CE694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE694D

Black with #CE694D

Text Example


Text Example

White with #CE694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE694D; }

 p { color: rgb(206,105,77); }

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

background-color css

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

 a { background-color: rgb(206,105,77); }

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

border-color css

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

 span { border-color: rgb(206,105,77); }

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