Html Css Color HEX #C7712B Ochre

📋 copy color: '#C7712B'

red 199 ◦ green 113 ◦ blue 43

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

Shades of Ochre #C7712B

Tints of Ochre #C7712B

RGB

 RED value IS 199 (78.13% from 255) = 56.06%

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

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 56.06%
G = 31.83%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7712B (or 0xC7712B) is known color: Ochre. HEX triplet: C7, 71 and 2B. RGB value is (199,113,43). Sum of RGB (Red+Green+Blue) = 199+113+43=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7712B is #388ED4. Grayscale: #838383. Windows color (decimal): -3706581 or 2847175. OLE color: 2847175.

HSL color Cylindrical-coordinate representation of color #C7712B: hue angle of 26.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7712B is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 43 -
CMYK 0 0.43 0.78 0.22
HSL 26.92º 0.64% 0.47% -
HSV(B) 26.92º 0.78% 0.78% -
XYZ 29.89 24.13 5.37 -
YUV 130.73 78.49 176.69 -
System Red Green Blue C M Y K H S L
Decimal 199 113 43 0 0.43 0.78 0.22 26.92 0.64 0.47
Hex C7 71 2B 0 2B 4E 16 1B 40 2F
Octal 307 161 53 0 53 116 26 33 100 57
Binary 11000111 1110001 101011 0 101011 1001110 10110 11011 1000000 101111

Color Harmonies of #C7712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7712B

Black with #C7712B

Text Example


Text Example

White with #C7712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7712B; }

 p { color: rgb(199,113,43); }

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

background-color css

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

 a { background-color: rgb(199,113,43); }

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

border-color css

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

 span { border-color: rgb(199,113,43); }

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