Html Css Color HEX #C97342 Zest

📋 copy color: '#C97342'

red 201 ◦ green 115 ◦ blue 66

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

Shades of Zest #C97342

Tints of Zest #C97342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 52.62%
G = 30.1%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C97342 (or 0xC97342) is known color: Zest. HEX triplet: C9, 73 and 42. RGB value is (201,115,66). Sum of RGB (Red+Green+Blue) = 201+115+66=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C97342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97342 is #368CBD. Grayscale: #878787. Windows color (decimal): -3574974 or 4355017. OLE color: 4355017.

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

Color convert

RGB 201 115 66 -
CMYK 0 0.43 0.67 0.21
HSL 21.78º 0.56% 0.52% -
HSV(B) 21.78º 0.67% 0.79% -
XYZ 31.2 25.07 8.35 -
YUV 135.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 201 115 66 0 0.43 0.67 0.21 21.78 0.56 0.52
Hex C9 73 42 0 2B 43 15 16 38 34
Octal 311 163 102 0 53 103 25 26 70 64
Binary 11001001 1110011 1000010 0 101011 1000011 10101 10110 111000 110100

Color Harmonies of #C97342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97342

Black with #C97342

Text Example


Text Example

White with #C97342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97342; }

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

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

background-color css

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

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

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

border-color css

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

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

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