Html Css Color HEX #CE764B Red Damask

📋 copy color: '#CE764B'

red 206 ◦ green 118 ◦ blue 75

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

Shades of Red Damask #CE764B

Tints of Red Damask #CE764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 51.63%
G = 29.57%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE764B (or 0xCE764B) is known color: Red Damask. HEX triplet: CE, 76 and 4B. RGB value is (206,118,75). Sum of RGB (Red+Green+Blue) = 206+118+75=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE764B is #3189B4. Grayscale: #8B8B8B. Windows color (decimal): -3246517 or 4945614. OLE color: 4945614.

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

Color convert

RGB 206 118 75 -
CMYK 0 0.43 0.64 0.19
HSL 19.69º 0.57% 0.55% -
HSV(B) 19.69º 0.64% 0.81% -
XYZ 33.2 26.59 10.04 -
YUV 139.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 206 118 75 0 0.43 0.64 0.19 19.69 0.57 0.55
Hex CE 76 4B 0 2B 40 13 14 39 37
Octal 316 166 113 0 53 100 23 24 71 67
Binary 11001110 1110110 1001011 0 101011 1000000 10011 10100 111001 110111

Color Harmonies of #CE764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE764B

Black with #CE764B

Text Example


Text Example

White with #CE764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE764B; }

 p { color: rgb(206,118,75); }

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

background-color css

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

 a { background-color: rgb(206,118,75); }

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

border-color css

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

 span { border-color: rgb(206,118,75); }

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