Html Css Color HEX #CE664C Red Damask

📋 copy color: '#CE664C'

red 206 ◦ green 102 ◦ blue 76

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

Shades of Red Damask #CE664C

Tints of Red Damask #CE664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 53.65%
G = 26.56%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE664C (or 0xCE664C) is known color: Red Damask. HEX triplet: CE, 66 and 4C. RGB value is (206,102,76). Sum of RGB (Red+Green+Blue) = 206+102+76=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE664C is #3199B3. Grayscale: #828282. Windows color (decimal): -3250612 or 5007054. OLE color: 5007054.

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

Color convert

RGB 206 102 76 -
CMYK 0 0.50 0.63 0.19
HSL 12º 0.57% 0.55% -
HSV(B) 12º 0.63% 0.81% -
XYZ 31.51 23.15 9.64 -
YUV 130.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 206 102 76 0 0.50 0.63 0.19 12 0.57 0.55
Hex CE 66 4C 0 32 3F 13 C 39 37
Octal 316 146 114 0 62 77 23 14 71 67
Binary 11001110 1100110 1001100 0 110010 111111 10011 1100 111001 110111

Color Harmonies of #CE664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE664C

Black with #CE664C

Text Example


Text Example

White with #CE664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE664C; }

 p { color: rgb(206,102,76); }

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

background-color css

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

 a { background-color: rgb(206,102,76); }

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

border-color css

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

 span { border-color: rgb(206,102,76); }

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