Html Css Color HEX #C9684E Red Damask

📋 copy color: '#C9684E'

red 201 ◦ green 104 ◦ blue 78

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

Shades of Red Damask #C9684E

Tints of Red Damask #C9684E

RGB

 RED value IS 201 (78.91% from 255) = 52.48%

 GREEN value IS 104 (41.02% from 255) = 27.15%

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 52.48%
G = 27.15%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9684E (or 0xC9684E) is known color: Red Damask. HEX triplet: C9, 68 and 4E. RGB value is (201,104,78). Sum of RGB (Red+Green+Blue) = 201+104+78=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9684E is #3697B1. Grayscale: #828282. Windows color (decimal): -3577778 or 5138633. OLE color: 5138633.

HSL color Cylindrical-coordinate representation of color #C9684E: hue angle of 12.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9684E is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 78 -
CMYK 0 0.48 0.61 0.21
HSL 12.68º 0.53% 0.55% -
HSV(B) 12.68º 0.61% 0.79% -
XYZ 30.41 22.87 10.02 -
YUV 130.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 201 104 78 0 0.48 0.61 0.21 12.68 0.53 0.55
Hex C9 68 4E 0 30 3D 15 D 35 37
Octal 311 150 116 0 60 75 25 15 65 67
Binary 11001001 1101000 1001110 0 110000 111101 10101 1101 110101 110111

Color Harmonies of #C9684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9684E

Black with #C9684E

Text Example


Text Example

White with #C9684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9684E; }

 p { color: rgb(201,104,78); }

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

background-color css

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

 a { background-color: rgb(201,104,78); }

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

border-color css

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

 span { border-color: rgb(201,104,78); }

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