Html Css Color HEX #C9734B Red Damask

📋 copy color: '#C9734B'

red 201 ◦ green 115 ◦ blue 75

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

Shades of Red Damask #C9734B

Tints of Red Damask #C9734B

RGB

 RED value IS 201 (78.91% from 255) = 51.41%

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

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

R = 51.41%
G = 29.41%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9734B (or 0xC9734B) is known color: Red Damask. HEX triplet: C9, 73 and 4B. RGB value is (201,115,75). Sum of RGB (Red+Green+Blue) = 201+115+75=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9734B is #368CB4. Grayscale: #888888. Windows color (decimal): -3574965 or 4944841. OLE color: 4944841.

HSL color Cylindrical-coordinate representation of color #C9734B: hue angle of 19.05º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9734B is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 75 -
CMYK 0 0.43 0.63 0.21
HSL 19.05º 0.54% 0.54% -
HSV(B) 19.05º 0.63% 0.79% -
XYZ 31.49 25.19 9.86 -
YUV 136.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 201 115 75 0 0.43 0.63 0.21 19.05 0.54 0.54
Hex C9 73 4B 0 2B 3F 15 13 36 36
Octal 311 163 113 0 53 77 25 23 66 66
Binary 11001001 1110011 1001011 0 101011 111111 10101 10011 110110 110110

Color Harmonies of #C9734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9734B

Black with #C9734B

Text Example


Text Example

White with #C9734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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