Html Css Color HEX #C8821C Ochre

📋 copy color: '#C8821C'

red 200 ◦ green 130 ◦ blue 28

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

Shades of Ochre #C8821C

Tints of Ochre #C8821C

RGB

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

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

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

R = 55.87%
G = 36.31%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8821C (or 0xC8821C) is known color: Ochre. HEX triplet: C8, 82 and 1C. RGB value is (200,130,28). Sum of RGB (Red+Green+Blue) = 200+130+28=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8821C is #377DE3. Grayscale: #8B8B8B. Windows color (decimal): -3636708 or 1868488. OLE color: 1868488.

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

Color convert

RGB 200 130 28 -
CMYK 0 0.35 0.86 0.22
HSL 35.58º 0.75% 0.45% -
HSV(B) 35.58º 0.86% 0.78% -
XYZ 32.01 28.33 4.88 -
YUV 139.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 200 130 28 0 0.35 0.86 0.22 35.58 0.75 0.45
Hex C8 82 1C 0 23 56 16 24 4B 2D
Octal 310 202 34 0 43 126 26 44 113 55
Binary 11001000 10000010 11100 0 100011 1010110 10110 100100 1001011 101101

Color Harmonies of #C8821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8821C

Black with #C8821C

Text Example


Text Example

White with #C8821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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