Html Css Color HEX #C8841A Ochre

📋 copy color: '#C8841A'

red 200 ◦ green 132 ◦ blue 26

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

Shades of Ochre #C8841A

Tints of Ochre #C8841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 55.87%
G = 36.87%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8841A (or 0xC8841A) is known color: Ochre. HEX triplet: C8, 84 and 1A. RGB value is (200,132,26). Sum of RGB (Red+Green+Blue) = 200+132+26=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8841A is #377BE5. Grayscale: #8C8C8C. Windows color (decimal): -3636198 or 1737928. OLE color: 1737928.

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

Color convert

RGB 200 132 26 -
CMYK 0 0.34 0.87 0.22
HSL 36.55º 0.77% 0.44% -
HSV(B) 36.55º 0.87% 0.78% -
XYZ 32.26 28.86 4.85 -
YUV 140.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 200 132 26 0 0.34 0.87 0.22 36.55 0.77 0.44
Hex C8 84 1A 0 22 57 16 25 4D 2C
Octal 310 204 32 0 42 127 26 45 115 54
Binary 11001000 10000100 11010 0 100010 1010111 10110 100101 1001101 101100

Color Harmonies of #C8841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8841A

Black with #C8841A

Text Example


Text Example

White with #C8841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8841A; }

 p { color: rgb(200,132,26); }

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

background-color css

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

 a { background-color: rgb(200,132,26); }

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

border-color css

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

 span { border-color: rgb(200,132,26); }

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