Html Css Color HEX #C8821A Ochre

📋 copy color: '#C8821A'

red 200 ◦ green 130 ◦ blue 26

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

Shades of Ochre #C8821A

Tints of Ochre #C8821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 56.18%
G = 36.52%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8821A (or 0xC8821A) is known color: Ochre. HEX triplet: C8, 82 and 1A. RGB value is (200,130,26). Sum of RGB (Red+Green+Blue) = 200+130+26=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8821A is #377DE5. Grayscale: #8B8B8B. Windows color (decimal): -3636710 or 1737416. OLE color: 1737416.

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

Color convert

RGB 200 130 26 -
CMYK 0 0.35 0.87 0.22
HSL 35.86º 0.77% 0.44% -
HSV(B) 35.86º 0.87% 0.78% -
XYZ 31.99 28.32 4.76 -
YUV 139.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 200 130 26 0 0.35 0.87 0.22 35.86 0.77 0.44
Hex C8 82 1A 0 23 57 16 24 4D 2C
Octal 310 202 32 0 43 127 26 44 115 54
Binary 11001000 10000010 11010 0 100011 1010111 10110 100100 1001101 101100

Color Harmonies of #C8821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8821A

Black with #C8821A

Text Example


Text Example

White with #C8821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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