Html Css Color HEX #C7754C Red Damask

📋 copy color: '#C7754C'

red 199 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #C7754C

Tints of Red Damask #C7754C

RGB

 RED value IS 199 (78.13% from 255) = 50.77%

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

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

R = 50.77%
G = 29.85%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7754C (or 0xC7754C) is known color: Red Damask. HEX triplet: C7, 75 and 4C. RGB value is (199,117,76). Sum of RGB (Red+Green+Blue) = 199+117+76=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7754C is #388AB3. Grayscale: #898989. Windows color (decimal): -3705524 or 5010887. OLE color: 5010887.

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

Color convert

RGB 199 117 76 -
CMYK 0 0.41 0.62 0.22
HSL 20º 0.52% 0.54% -
HSV(B) 20º 0.62% 0.78% -
XYZ 31.22 25.39 10.09 -
YUV 136.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 199 117 76 0 0.41 0.62 0.22 20 0.52 0.54
Hex C7 75 4C 0 29 3E 16 14 34 36
Octal 307 165 114 0 51 76 26 24 64 66
Binary 11000111 1110101 1001100 0 101001 111110 10110 10100 110100 110110

Color Harmonies of #C7754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7754C

Black with #C7754C

Text Example


Text Example

White with #C7754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7754C; }

 p { color: rgb(199,117,76); }

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

background-color css

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

 a { background-color: rgb(199,117,76); }

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

border-color css

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

 span { border-color: rgb(199,117,76); }

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