Html Css Color HEX #C8781E Ochre

📋 copy color: '#C8781E'

red 200 ◦ green 120 ◦ blue 30

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

Shades of Ochre #C8781E

Tints of Ochre #C8781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 57.14%
G = 34.29%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8781E (or 0xC8781E) is known color: Ochre. HEX triplet: C8, 78 and 1E. RGB value is (200,120,30). Sum of RGB (Red+Green+Blue) = 200+120+30=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8781E is #3787E1. Grayscale: #868686. Windows color (decimal): -3639266 or 1997000. OLE color: 1997000.

HSL color Cylindrical-coordinate representation of color #C8781E: hue angle of 31.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8781E is Cyan = 0, Magento = 0.4, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 30 -
CMYK 0 0.4 0.85 0.22
HSL 31.76º 0.74% 0.45% -
HSV(B) 31.76º 0.85% 0.78% -
XYZ 30.77 25.81 4.59 -
YUV 133.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 200 120 30 0 0.4 0.85 0.22 31.76 0.74 0.45
Hex C8 78 1E 0 28 55 16 20 4A 2D
Octal 310 170 36 0 50 125 26 40 112 55
Binary 11001000 1111000 11110 0 101000 1010101 10110 100000 1001010 101101

Color Harmonies of #C8781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8781E

Black with #C8781E

Text Example


Text Example

White with #C8781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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