Html Css Color HEX #C97345 Red Damask

📋 copy color: '#C97345'

red 201 ◦ green 115 ◦ blue 69

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

Shades of Red Damask #C97345

Tints of Red Damask #C97345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 52.21%
G = 29.87%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C97345 (or 0xC97345) is known color: Red Damask. HEX triplet: C9, 73 and 45. RGB value is (201,115,69). Sum of RGB (Red+Green+Blue) = 201+115+69=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97345 is #368CBA. Grayscale: #878787. Windows color (decimal): -3574971 or 4551625. OLE color: 4551625.

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

Color convert

RGB 201 115 69 -
CMYK 0 0.43 0.66 0.21
HSL 20.91º 0.55% 0.53% -
HSV(B) 20.91º 0.66% 0.79% -
XYZ 31.29 25.11 8.83 -
YUV 135.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 201 115 69 0 0.43 0.66 0.21 20.91 0.55 0.53
Hex C9 73 45 0 2B 42 15 15 37 35
Octal 311 163 105 0 53 102 25 25 67 65
Binary 11001001 1110011 1000101 0 101011 1000010 10101 10101 110111 110101

Color Harmonies of #C97345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97345

Black with #C97345

Text Example


Text Example

White with #C97345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97345; }

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

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

background-color css

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

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

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

border-color css

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

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

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