Html Css Color HEX #C97A3E Zest

📋 copy color: '#C97A3E'

red 201 ◦ green 122 ◦ blue 62

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

Shades of Zest #C97A3E

Tints of Zest #C97A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 52.21%
G = 31.69%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C97A3E (or 0xC97A3E) is known color: Zest. HEX triplet: C9, 7A and 3E. RGB value is (201,122,62). Sum of RGB (Red+Green+Blue) = 201+122+62=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A3E is #3685C1. Grayscale: #8B8B8B. Windows color (decimal): -3573186 or 4094665. OLE color: 4094665.

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

Color convert

RGB 201 122 62 -
CMYK 0 0.39 0.69 0.21
HSL 25.9º 0.56% 0.52% -
HSV(B) 25.9º 0.69% 0.79% -
XYZ 31.92 26.68 8.03 -
YUV 138.78 84.67 172.38 -
System Red Green Blue C M Y K H S L
Decimal 201 122 62 0 0.39 0.69 0.21 25.9 0.56 0.52
Hex C9 7A 3E 0 27 45 15 1A 38 34
Octal 311 172 76 0 47 105 25 32 70 64
Binary 11001001 1111010 111110 0 100111 1000101 10101 11010 111000 110100

Color Harmonies of #C97A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A3E

Black with #C97A3E

Text Example


Text Example

White with #C97A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A3E; }

 p { color: rgb(201,122,62); }

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

background-color css

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

 a { background-color: rgb(201,122,62); }

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

border-color css

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

 span { border-color: rgb(201,122,62); }

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