Html Css Color HEX #C8761B Ochre

📋 copy color: '#C8761B'

red 200 ◦ green 118 ◦ blue 27

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

Shades of Ochre #C8761B

Tints of Ochre #C8761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 57.97%
G = 34.2%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8761B (or 0xC8761B) is known color: Ochre. HEX triplet: C8, 76 and 1B. RGB value is (200,118,27). Sum of RGB (Red+Green+Blue) = 200+118+27=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8761B is #3789E4. Grayscale: #848484. Windows color (decimal): -3639781 or 1799880. OLE color: 1799880.

HSL color Cylindrical-coordinate representation of color #C8761B: hue angle of 31.56º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8761B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 27 -
CMYK 0 0.41 0.86 0.22
HSL 31.56º 0.76% 0.45% -
HSV(B) 31.56º 0.87% 0.78% -
XYZ 30.5 25.32 4.32 -
YUV 132.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 200 118 27 0 0.41 0.86 0.22 31.56 0.76 0.45
Hex C8 76 1B 0 29 56 16 20 4C 2D
Octal 310 166 33 0 51 126 26 40 114 55
Binary 11001000 1110110 11011 0 101001 1010110 10110 100000 1001100 101101

Color Harmonies of #C8761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8761B

Black with #C8761B

Text Example


Text Example

White with #C8761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8761B; }

 p { color: rgb(200,118,27); }

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

background-color css

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

 a { background-color: rgb(200,118,27); }

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

border-color css

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

 span { border-color: rgb(200,118,27); }

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