Html Css Color HEX #C97341 Zest

📋 copy color: '#C97341'

red 201 ◦ green 115 ◦ blue 65

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

Shades of Zest #C97341

Tints of Zest #C97341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 52.76%
G = 30.18%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97341 (or 0xC97341) is known color: Zest. HEX triplet: C9, 73 and 41. RGB value is (201,115,65). Sum of RGB (Red+Green+Blue) = 201+115+65=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C97341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97341 is #368CBE. Grayscale: #878787. Windows color (decimal): -3574975 or 4289481. OLE color: 4289481.

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

Color convert

RGB 201 115 65 -
CMYK 0 0.43 0.68 0.21
HSL 22.06º 0.56% 0.52% -
HSV(B) 22.06º 0.68% 0.79% -
XYZ 31.17 25.06 8.2 -
YUV 135.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 201 115 65 0 0.43 0.68 0.21 22.06 0.56 0.52
Hex C9 73 41 0 2B 44 15 16 38 34
Octal 311 163 101 0 53 104 25 26 70 64
Binary 11001001 1110011 1000001 0 101011 1000100 10101 10110 111000 110100

Color Harmonies of #C97341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97341

Black with #C97341

Text Example


Text Example

White with #C97341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97341; }

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

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

background-color css

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

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

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

border-color css

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

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

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