Html Css Color HEX #C8734B Red Damask

📋 copy color: '#C8734B'

red 200 ◦ green 115 ◦ blue 75

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

Shades of Red Damask #C8734B

Tints of Red Damask #C8734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

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

R = 51.28%
G = 29.49%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8734B (or 0xC8734B) is known color: Red Damask. HEX triplet: C8, 73 and 4B. RGB value is (200,115,75). Sum of RGB (Red+Green+Blue) = 200+115+75=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8734B is #378CB4. Grayscale: #888888. Windows color (decimal): -3640501 or 4944840. OLE color: 4944840.

HSL color Cylindrical-coordinate representation of color #C8734B: hue angle of 19.2º 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 #C8734B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 115 75 -
CMYK 0 0.42 0.62 0.22
HSL 19.2º 0.53% 0.54% -
HSV(B) 19.2º 0.63% 0.78% -
XYZ 31.22 25.05 9.85 -
YUV 135.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 200 115 75 0 0.42 0.62 0.22 19.2 0.53 0.54
Hex C8 73 4B 0 2A 3E 16 13 35 36
Octal 310 163 113 0 52 76 26 23 65 66
Binary 11001000 1110011 1001011 0 101010 111110 10110 10011 110101 110110

Color Harmonies of #C8734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8734B

Black with #C8734B

Text Example


Text Example

White with #C8734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8734B; }

 p { color: rgb(200,115,75); }

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

background-color css

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

 a { background-color: rgb(200,115,75); }

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

border-color css

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

 span { border-color: rgb(200,115,75); }

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