Html Css Color HEX #C5764B Red Damask

📋 copy color: '#C5764B'

red 197 ◦ green 118 ◦ blue 75

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

Shades of Red Damask #C5764B

Tints of Red Damask #C5764B

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

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

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

R = 50.51%
G = 30.26%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5764B (or 0xC5764B) is known color: Red Damask. HEX triplet: C5, 76 and 4B. RGB value is (197,118,75). Sum of RGB (Red+Green+Blue) = 197+118+75=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5764B is #3A89B4. Grayscale: #888888. Windows color (decimal): -3836341 or 4945605. OLE color: 4945605.

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

Color convert

RGB 197 118 75 -
CMYK 0 0.40 0.62 0.23
HSL 21.15º 0.51% 0.53% -
HSV(B) 21.15º 0.62% 0.77% -
XYZ 30.77 25.34 9.92 -
YUV 136.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 197 118 75 0 0.40 0.62 0.23 21.15 0.51 0.53
Hex C5 76 4B 0 28 3E 17 15 33 35
Octal 305 166 113 0 50 76 27 25 63 65
Binary 11000101 1110110 1001011 0 101000 111110 10111 10101 110011 110101

Color Harmonies of #C5764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5764B

Black with #C5764B

Text Example


Text Example

White with #C5764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5764B; }

 p { color: rgb(197,118,75); }

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

background-color css

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

 a { background-color: rgb(197,118,75); }

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

border-color css

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

 span { border-color: rgb(197,118,75); }

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