Html Css Color HEX #CE6F4F Red Damask

📋 copy color: '#CE6F4F'

red 206 ◦ green 111 ◦ blue 79

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

Shades of Red Damask #CE6F4F

Tints of Red Damask #CE6F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 52.02%
G = 28.03%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE6F4F (or 0xCE6F4F) is known color: Red Damask. HEX triplet: CE, 6F and 4F. RGB value is (206,111,79). Sum of RGB (Red+Green+Blue) = 206+111+79=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F4F is #3190B0. Grayscale: #878787. Windows color (decimal): -3248305 or 5205966. OLE color: 5205966.

HSL color Cylindrical-coordinate representation of color #CE6F4F: hue angle of 15.12º degrees, saturation: 0.56, 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 #CE6F4F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 79 -
CMYK 0 0.46 0.62 0.19
HSL 15.12º 0.56% 0.56% -
HSV(B) 15.12º 0.62% 0.81% -
XYZ 32.55 25.06 10.52 -
YUV 135.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 206 111 79 0 0.46 0.62 0.19 15.12 0.56 0.56
Hex CE 6F 4F 0 2E 3E 13 F 38 38
Octal 316 157 117 0 56 76 23 17 70 70
Binary 11001110 1101111 1001111 0 101110 111110 10011 1111 111000 111000

Color Harmonies of #CE6F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F4F

Black with #CE6F4F

Text Example


Text Example

White with #CE6F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F4F; }

 p { color: rgb(206,111,79); }

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

background-color css

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

 a { background-color: rgb(206,111,79); }

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

border-color css

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

 span { border-color: rgb(206,111,79); }

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