Html Css Color HEX #C0684D Red Damask

📋 copy color: '#C0684D'

red 192 ◦ green 104 ◦ blue 77

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

Shades of Red Damask #C0684D

Tints of Red Damask #C0684D

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

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

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 51.47%
G = 27.88%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0684D (or 0xC0684D) is known color: Red Damask. HEX triplet: C0, 68 and 4D. RGB value is (192,104,77). Sum of RGB (Red+Green+Blue) = 192+104+77=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0684D is #3F97B2. Grayscale: #7F7F7F. Windows color (decimal): -4167603 or 5073088. OLE color: 5073088.

HSL color Cylindrical-coordinate representation of color #C0684D: hue angle of 14.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0684D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 77 -
CMYK 0 0.46 0.60 0.25
HSL 14.09º 0.48% 0.53% -
HSV(B) 14.09º 0.6% 0.75% -
XYZ 28.03 21.64 9.72 -
YUV 127.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 192 104 77 0 0.46 0.60 0.25 14.09 0.48 0.53
Hex C0 68 4D 0 2E 3C 19 E 30 35
Octal 300 150 115 0 56 74 31 16 60 65
Binary 11000000 1101000 1001101 0 101110 111100 11001 1110 110000 110101

Color Harmonies of #C0684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0684D

Black with #C0684D

Text Example


Text Example

White with #C0684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0684D; }

 p { color: rgb(192,104,77); }

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

background-color css

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

 a { background-color: rgb(192,104,77); }

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

border-color css

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

 span { border-color: rgb(192,104,77); }

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