Html Css Color HEX #C8781B Ochre

📋 copy color: '#C8781B'

red 200 ◦ green 120 ◦ blue 27

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

Shades of Ochre #C8781B

Tints of Ochre #C8781B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 57.64%
G = 34.58%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8781B (or 0xC8781B) is known color: Ochre. HEX triplet: C8, 78 and 1B. RGB value is (200,120,27). Sum of RGB (Red+Green+Blue) = 200+120+27=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8781B is #3787E4. Grayscale: #858585. Windows color (decimal): -3639269 or 1800392. OLE color: 1800392.

HSL color Cylindrical-coordinate representation of color #C8781B: hue angle of 32.25º 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 #C8781B is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 27 -
CMYK 0 0.4 0.86 0.22
HSL 32.25º 0.76% 0.45% -
HSV(B) 32.25º 0.87% 0.78% -
XYZ 30.73 25.79 4.4 -
YUV 133.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 200 120 27 0 0.4 0.86 0.22 32.25 0.76 0.45
Hex C8 78 1B 0 28 56 16 20 4C 2D
Octal 310 170 33 0 50 126 26 40 114 55
Binary 11001000 1111000 11011 0 101000 1010110 10110 100000 1001100 101101

Color Harmonies of #C8781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8781B

Black with #C8781B

Text Example


Text Example

White with #C8781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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