Html Css Color HEX #C1684B Red Damask

📋 copy color: '#C1684B'

red 193 ◦ green 104 ◦ blue 75

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

Shades of Red Damask #C1684B

Tints of Red Damask #C1684B

RGB

 RED value IS 193 (75.78% from 255) = 51.88%

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

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

R = 51.88%
G = 27.96%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1684B (or 0xC1684B) is known color: Red Damask. HEX triplet: C1, 68 and 4B. RGB value is (193,104,75). Sum of RGB (Red+Green+Blue) = 193+104+75=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1684B is #3E97B4. Grayscale: #7F7F7F. Windows color (decimal): -4102069 or 4942017. OLE color: 4942017.

HSL color Cylindrical-coordinate representation of color #C1684B: hue angle of 14.75º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1684B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 104 75 -
CMYK 0 0.46 0.61 0.24
HSL 14.75º 0.49% 0.53% -
HSV(B) 14.75º 0.61% 0.76% -
XYZ 28.21 21.75 9.37 -
YUV 127.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 193 104 75 0 0.46 0.61 0.24 14.75 0.49 0.53
Hex C1 68 4B 0 2E 3D 18 F 31 35
Octal 301 150 113 0 56 75 30 17 61 65
Binary 11000001 1101000 1001011 0 101110 111101 11000 1111 110001 110101

Color Harmonies of #C1684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1684B

Black with #C1684B

Text Example


Text Example

White with #C1684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1684B; }

 p { color: rgb(193,104,75); }

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

background-color css

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

 a { background-color: rgb(193,104,75); }

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

border-color css

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

 span { border-color: rgb(193,104,75); }

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