Html Css Color HEX #C8664A Red Damask

📋 copy color: '#C8664A'

red 200 ◦ green 102 ◦ blue 74

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

Shades of Red Damask #C8664A

Tints of Red Damask #C8664A

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

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

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 53.19%
G = 27.13%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8664A (or 0xC8664A) is known color: Red Damask. HEX triplet: C8, 66 and 4A. RGB value is (200,102,74). Sum of RGB (Red+Green+Blue) = 200+102+74=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8664A is #3799B5. Grayscale: #808080. Windows color (decimal): -3643830 or 4875976. OLE color: 4875976.

HSL color Cylindrical-coordinate representation of color #C8664A: hue angle of 13.33º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8664A is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 102 74 -
CMYK 0 0.49 0.63 0.22
HSL 13.33º 0.53% 0.54% -
HSV(B) 13.33º 0.63% 0.78% -
XYZ 29.81 22.28 9.21 -
YUV 128.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 200 102 74 0 0.49 0.63 0.22 13.33 0.53 0.54
Hex C8 66 4A 0 31 3F 16 D 35 36
Octal 310 146 112 0 61 77 26 15 65 66
Binary 11001000 1100110 1001010 0 110001 111111 10110 1101 110101 110110

Color Harmonies of #C8664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8664A

Black with #C8664A

Text Example


Text Example

White with #C8664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8664A; }

 p { color: rgb(200,102,74); }

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

background-color css

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

 a { background-color: rgb(200,102,74); }

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

border-color css

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

 span { border-color: rgb(200,102,74); }

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