Html Css Color HEX #C8712F Zest

📋 copy color: '#C8712F'

red 200 ◦ green 113 ◦ blue 47

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

Shades of Zest #C8712F

Tints of Zest #C8712F

RGB

 RED value IS 200 (78.52% from 255) = 55.56%

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 55.56%
G = 31.39%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8712F (or 0xC8712F) is known color: Zest. HEX triplet: C8, 71 and 2F. RGB value is (200,113,47). Sum of RGB (Red+Green+Blue) = 200+113+47=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8712F is #378ED0. Grayscale: #838383. Windows color (decimal): -3641041 or 3109320. OLE color: 3109320.

HSL color Cylindrical-coordinate representation of color #C8712F: hue angle of 25.88º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8712F is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 47 -
CMYK 0 0.44 0.76 0.22
HSL 25.88º 0.62% 0.48% -
HSV(B) 25.88º 0.77% 0.78% -
XYZ 30.24 24.29 5.79 -
YUV 131.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 200 113 47 0 0.44 0.76 0.22 25.88 0.62 0.48
Hex C8 71 2F 0 2C 4C 16 1A 3E 30
Octal 310 161 57 0 54 114 26 32 76 60
Binary 11001000 1110001 101111 0 101100 1001100 10110 11010 111110 110000

Color Harmonies of #C8712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8712F

Black with #C8712F

Text Example


Text Example

White with #C8712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8712F; }

 p { color: rgb(200,113,47); }

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

background-color css

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

 a { background-color: rgb(200,113,47); }

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

border-color css

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

 span { border-color: rgb(200,113,47); }

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