Html Css Color HEX #C8754B Red Damask

📋 copy color: '#C8754B'

red 200 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #C8754B

Tints of Red Damask #C8754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 51.02%
G = 29.85%
B = 19.13%

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

#C8754B (or 0xC8754B) is known color: Red Damask. HEX triplet: C8, 75 and 4B. RGB value is (200,117,75). Sum of RGB (Red+Green+Blue) = 200+117+75=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8754B is #378AB4. Grayscale: #898989. Windows color (decimal): -3639989 or 4945352. OLE color: 4945352.

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

Color convert

RGB 200 117 75 -
CMYK 0 0.42 0.62 0.22
HSL 20.16º 0.53% 0.54% -
HSV(B) 20.16º 0.63% 0.78% -
XYZ 31.45 25.51 9.92 -
YUV 137.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 200 117 75 0 0.42 0.62 0.22 20.16 0.53 0.54
Hex C8 75 4B 0 2A 3E 16 14 35 36
Octal 310 165 113 0 52 76 26 24 65 66
Binary 11001000 1110101 1001011 0 101010 111110 10110 10100 110101 110110

Color Harmonies of #C8754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8754B

Black with #C8754B

Text Example


Text Example

White with #C8754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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