Html Css Color HEX #CE8120 Ochre

📋 copy color: '#CE8120'

red 206 ◦ green 129 ◦ blue 32

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

Shades of Ochre #CE8120

Tints of Ochre #CE8120

RGB

 RED value IS 206 (80.86% from 255) = 56.13%

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 32 (12.89% from 255) = 8.72%

R = 56.13%
G = 35.15%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8120 (or 0xCE8120) is known color: Ochre. HEX triplet: CE, 81 and 20. RGB value is (206,129,32). Sum of RGB (Red+Green+Blue) = 206+129+32=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8120 is #317EDF. Grayscale: #8D8D8D. Windows color (decimal): -3243744 or 2130382. OLE color: 2130382.

HSL color Cylindrical-coordinate representation of color #CE8120: hue angle of 33.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE8120 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 32 -
CMYK 0 0.37 0.84 0.19
HSL 33.45º 0.73% 0.47% -
HSV(B) 33.45º 0.84% 0.81% -
XYZ 33.56 28.93 5.18 -
YUV 140.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 206 129 32 0 0.37 0.84 0.19 33.45 0.73 0.47
Hex CE 81 20 0 25 54 13 21 49 2F
Octal 316 201 40 0 45 124 23 41 111 57
Binary 11001110 10000001 100000 0 100101 1010100 10011 100001 1001001 101111

Color Harmonies of #CE8120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8120

Black with #CE8120

Text Example


Text Example

White with #CE8120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8120; }

 p { color: rgb(206,129,32); }

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

background-color css

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

 a { background-color: rgb(206,129,32); }

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

border-color css

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

 span { border-color: rgb(206,129,32); }

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