Html Css Color HEX #C8694C Red Damask

📋 copy color: '#C8694C'

red 200 ◦ green 105 ◦ blue 76

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

Shades of Red Damask #C8694C

Tints of Red Damask #C8694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

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

R = 52.49%
G = 27.56%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8694C (or 0xC8694C) is known color: Red Damask. HEX triplet: C8, 69 and 4C. RGB value is (200,105,76). Sum of RGB (Red+Green+Blue) = 200+105+76=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8694C is #3796B3. Grayscale: #828282. Windows color (decimal): -3643060 or 5007816. OLE color: 5007816.

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

Color convert

RGB 200 105 76 -
CMYK 0 0.48 0.62 0.22
HSL 14.03º 0.53% 0.54% -
HSV(B) 14.03º 0.62% 0.78% -
XYZ 30.18 22.9 9.67 -
YUV 130.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 200 105 76 0 0.48 0.62 0.22 14.03 0.53 0.54
Hex C8 69 4C 0 30 3E 16 E 35 36
Octal 310 151 114 0 60 76 26 16 65 66
Binary 11001000 1101001 1001100 0 110000 111110 10110 1110 110101 110110

Color Harmonies of #C8694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8694C

Black with #C8694C

Text Example


Text Example

White with #C8694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8694C; }

 p { color: rgb(200,105,76); }

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

background-color css

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

 a { background-color: rgb(200,105,76); }

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

border-color css

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

 span { border-color: rgb(200,105,76); }

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