Html Css Color HEX #C5734B Red Damask

📋 copy color: '#C5734B'

red 197 ◦ green 115 ◦ blue 75

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

Shades of Red Damask #C5734B

Tints of Red Damask #C5734B

RGB

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

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

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

R = 50.9%
G = 29.72%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5734B (or 0xC5734B) is known color: Red Damask. HEX triplet: C5, 73 and 4B. RGB value is (197,115,75). Sum of RGB (Red+Green+Blue) = 197+115+75=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5734B is #3A8CB4. Grayscale: #878787. Windows color (decimal): -3837109 or 4944837. OLE color: 4944837.

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

Color convert

RGB 197 115 75 -
CMYK 0 0.42 0.62 0.23
HSL 19.67º 0.51% 0.53% -
HSV(B) 19.67º 0.62% 0.77% -
XYZ 30.43 24.64 9.81 -
YUV 134.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 197 115 75 0 0.42 0.62 0.23 19.67 0.51 0.53
Hex C5 73 4B 0 2A 3E 17 14 33 35
Octal 305 163 113 0 52 76 27 24 63 65
Binary 11000101 1110011 1001011 0 101010 111110 10111 10100 110011 110101

Color Harmonies of #C5734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5734B

Black with #C5734B

Text Example


Text Example

White with #C5734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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