Html Css Color HEX #C8712B Ochre

📋 copy color: '#C8712B'

red 200 ◦ green 113 ◦ blue 43

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

Shades of Ochre #C8712B

Tints of Ochre #C8712B

RGB

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

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

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

R = 56.18%
G = 31.74%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8712B (or 0xC8712B) is known color: Ochre. HEX triplet: C8, 71 and 2B. RGB value is (200,113,43). Sum of RGB (Red+Green+Blue) = 200+113+43=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8712B is #378ED4. Grayscale: #838383. Windows color (decimal): -3641045 or 2847176. OLE color: 2847176.

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

Color convert

RGB 200 113 43 -
CMYK 0 0.44 0.78 0.22
HSL 26.75º 0.65% 0.48% -
HSV(B) 26.75º 0.79% 0.78% -
XYZ 30.16 24.26 5.38 -
YUV 131.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 200 113 43 0 0.44 0.78 0.22 26.75 0.65 0.48
Hex C8 71 2B 0 2C 4E 16 1B 41 30
Octal 310 161 53 0 54 116 26 33 101 60
Binary 11001000 1110001 101011 0 101100 1001110 10110 11011 1000001 110000

Color Harmonies of #C8712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8712B

Black with #C8712B

Text Example


Text Example

White with #C8712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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