Html Css Color HEX #C8781C Ochre

📋 copy color: '#C8781C'

red 200 ◦ green 120 ◦ blue 28

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

Shades of Ochre #C8781C

Tints of Ochre #C8781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 57.47%
G = 34.48%
B = 8.05%

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

#C8781C (or 0xC8781C) is known color: Ochre. HEX triplet: C8, 78 and 1C. RGB value is (200,120,28). Sum of RGB (Red+Green+Blue) = 200+120+28=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8781C is #3787E3. Grayscale: #858585. Windows color (decimal): -3639268 or 1865928. OLE color: 1865928.

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

Color convert

RGB 200 120 28 -
CMYK 0 0.4 0.86 0.22
HSL 32.09º 0.75% 0.45% -
HSV(B) 32.09º 0.86% 0.78% -
XYZ 30.75 25.8 4.46 -
YUV 133.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 200 120 28 0 0.4 0.86 0.22 32.09 0.75 0.45
Hex C8 78 1C 0 28 56 16 20 4B 2D
Octal 310 170 34 0 50 126 26 40 113 55
Binary 11001000 1111000 11100 0 101000 1010110 10110 100000 1001011 101101

Color Harmonies of #C8781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8781C

Black with #C8781C

Text Example


Text Example

White with #C8781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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