Html Css Color HEX #CE7151 Red Damask

📋 copy color: '#CE7151'

red 206 ◦ green 113 ◦ blue 81

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

Shades of Red Damask #CE7151

Tints of Red Damask #CE7151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 51.5%
G = 28.25%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE7151 (or 0xCE7151) is known color: Red Damask. HEX triplet: CE, 71 and 51. RGB value is (206,113,81). Sum of RGB (Red+Green+Blue) = 206+113+81=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7151 is #318EAE. Grayscale: #898989. Windows color (decimal): -3247791 or 5337550. OLE color: 5337550.

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

Color convert

RGB 206 113 81 -
CMYK 0 0.45 0.61 0.19
HSL 15.36º 0.56% 0.56% -
HSV(B) 15.36º 0.61% 0.81% -
XYZ 32.84 25.53 10.98 -
YUV 137.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 206 113 81 0 0.45 0.61 0.19 15.36 0.56 0.56
Hex CE 71 51 0 2D 3D 13 F 38 38
Octal 316 161 121 0 55 75 23 17 70 70
Binary 11001110 1110001 1010001 0 101101 111101 10011 1111 111000 111000

Color Harmonies of #CE7151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7151

Black with #CE7151

Text Example


Text Example

White with #CE7151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7151; }

 p { color: rgb(206,113,81); }

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

background-color css

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

 a { background-color: rgb(206,113,81); }

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

border-color css

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

 span { border-color: rgb(206,113,81); }

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