Html Css Color HEX #C8821D Ochre

📋 copy color: '#C8821D'

red 200 ◦ green 130 ◦ blue 29

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

Shades of Ochre #C8821D

Tints of Ochre #C8821D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.08%

R = 55.71%
G = 36.21%
B = 8.08%

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

#C8821D (or 0xC8821D) is known color: Ochre. HEX triplet: C8, 82 and 1D. RGB value is (200,130,29). Sum of RGB (Red+Green+Blue) = 200+130+29=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8821D is #377DE2. Grayscale: #8B8B8B. Windows color (decimal): -3636707 or 1934024. OLE color: 1934024.

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

Color convert

RGB 200 130 29 -
CMYK 0 0.35 0.86 0.22
HSL 35.44º 0.75% 0.45% -
HSV(B) 35.44º 0.86% 0.78% -
XYZ 32.02 28.33 4.94 -
YUV 139.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 200 130 29 0 0.35 0.86 0.22 35.44 0.75 0.45
Hex C8 82 1D 0 23 56 16 23 4B 2D
Octal 310 202 35 0 43 126 26 43 113 55
Binary 11001000 10000010 11101 0 100011 1010110 10110 100011 1001011 101101

Color Harmonies of #C8821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8821D

Black with #C8821D

Text Example


Text Example

White with #C8821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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