Html Css Color HEX #C4764C Red Damask

📋 copy color: '#C4764C'

red 196 ◦ green 118 ◦ blue 76

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

Shades of Red Damask #C4764C

Tints of Red Damask #C4764C

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

 GREEN value IS 118 (46.48% from 255) = 30.26%

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

R = 50.26%
G = 30.26%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4764C (or 0xC4764C) is known color: Red Damask. HEX triplet: C4, 76 and 4C. RGB value is (196,118,76). Sum of RGB (Red+Green+Blue) = 196+118+76=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4764C is #3B89B3. Grayscale: #888888. Windows color (decimal): -3901876 or 5011140. OLE color: 5011140.

HSL color Cylindrical-coordinate representation of color #C4764C: hue angle of 21º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4764C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 76 -
CMYK 0 0.40 0.61 0.23
HSL 21º 0.5% 0.53% -
HSV(B) 21º 0.61% 0.77% -
XYZ 30.55 25.21 10.09 -
YUV 136.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 196 118 76 0 0.40 0.61 0.23 21 0.5 0.53
Hex C4 76 4C 0 28 3D 17 15 32 35
Octal 304 166 114 0 50 75 27 25 62 65
Binary 11000100 1110110 1001100 0 101000 111101 10111 10101 110010 110101

Color Harmonies of #C4764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4764C

Black with #C4764C

Text Example


Text Example

White with #C4764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4764C; }

 p { color: rgb(196,118,76); }

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

background-color css

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

 a { background-color: rgb(196,118,76); }

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

border-color css

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

 span { border-color: rgb(196,118,76); }

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