Html Css Color HEX #C97243 Zest

📋 copy color: '#C97243'

red 201 ◦ green 114 ◦ blue 67

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

Shades of Zest #C97243

Tints of Zest #C97243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.84%

 BLUE value IS 67 (26.56% from 255) = 17.54%

R = 52.62%
G = 29.84%
B = 17.54%

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

#C97243 (or 0xC97243) is known color: Zest. HEX triplet: C9, 72 and 43. RGB value is (201,114,67). Sum of RGB (Red+Green+Blue) = 201+114+67=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C97243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97243 is #368DBC. Grayscale: #868686. Windows color (decimal): -3575229 or 4420297. OLE color: 4420297.

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

Color convert

RGB 201 114 67 -
CMYK 0 0.43 0.67 0.21
HSL 21.04º 0.55% 0.53% -
HSV(B) 21.04º 0.67% 0.79% -
XYZ 31.12 24.86 8.47 -
YUV 134.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 201 114 67 0 0.43 0.67 0.21 21.04 0.55 0.53
Hex C9 72 43 0 2B 43 15 15 37 35
Octal 311 162 103 0 53 103 25 25 67 65
Binary 11001001 1110010 1000011 0 101011 1000011 10101 10101 110111 110101

Color Harmonies of #C97243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97243

Black with #C97243

Text Example


Text Example

White with #C97243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97243; }

 p { color: rgb(201,114,67); }

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

background-color css

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

 a { background-color: rgb(201,114,67); }

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

border-color css

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

 span { border-color: rgb(201,114,67); }

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